public Task <bool> HasUpdate() { return(Updater?.CheckForUpdates() ?? Task.FromResult(false)); }
private void tsmCheckForUpdates_Click(object sender, EventArgs e) { _updater.CheckForUpdates(true); }