public void RateApp() { if (_settingService.AddOrUpdateValue(IsAppRatedKeyName, true)) { _settingService.Save(); } }