public Task SaveSettingsAsync() { _settings.SavePropertyValues(this); return(_settings.PersistAsync()); }