namespace MediaBrowser.Model.Themes { public class ThemeImage { /// /// Gets or sets the name. /// /// The name. public string Name { get; set; } /// /// Gets or sets the cache tag. /// /// The cache tag. public string CacheTag { get; set; } } }