namespace MediaBrowser.Controller.Dlna
{
    public interface IMediaReceiverRegistrar : IEventManager, IUpnpService
    {
    }
}