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