namespace EmbyToolbox.Services; public interface IProfileSettingsProvider { ConversionProfileSettingsEntry? GetProfile(string name); }