this.logger!.LogInformation($"Checked for an update: update available='{response.UpdateIsAvailable}'; error='{response.Error}'; next version='{response.NewVersion}'; changelog len='{response.Changelog.Length}'");
returnresponse;
}
catch(Exceptione)
{
this.logger!.LogError(e,"Failed to check for an update.");