namespace MediaBrowser.Controller.Entities { /// /// Marker interface /// public interface IItemByName { } }