public async Task Install() { await _chocolateyService.InstallPackage(Id, Version, Source).ConfigureAwait(false); }