namespace MediaBrowser.Model.Providers { /// /// Class ImageProviderInfo. /// public class ImageProviderInfo { /// /// Gets or sets the name. /// /// The name. public string Name { get; set; } /// /// Gets or sets the priority. /// /// The priority. public int Priority { get; set; } } }