private async void OnSaveCommand(object obj) { PresetModel.id = Guid.NewGuid(); await _appSettingsManager.UpdatePresetByNameAsync(PresetModel); }