public static async Task <UpdateStatus> UpdateApp(this UpdateClient updateClient, Action <double>?progress) { //Check var updateInfo = await updateClient.CheckForUpdate(true); if (updateInfo is not { HasUpdate : true })