public void SetValue(string key, string value)
 {
     _userDatabase.SetSettingsValue(key, value);
 }