namespace MediaBrowser.LocalMetadata { /// /// The xml provider utils. /// public static class XmlProviderUtils { /// /// Gets the name. /// public static string Name => "Emby Xml"; } }