namespace MediaBrowser.Controller.RelatedMedia { public interface IRelatedMediaProvider { /// /// Gets the name. /// /// The name. string Name { get; } } }