public bool Get(string key, bool defaultValue, bool saveDefault = false) => _getter.GetValueInternal(key, defaultValue, saveDefault);