public async Task UpdateChocolateySetting(ChocolateySetting setting) { await _chocolateyService.SetSetting(setting); }