public SettingsBase(SettingsStore store) { _store = store; }
public SettingsManager(SettingsStore store) { _store = store; }