export interface ISettingsService { getSettings(): Promise; updateSettings(settings: T): Promise; testSettings(settings: T): Promise ; }