/// <summary>Entry point for the task that runs the installer.</summary>
 private void RunInstaller()
 {
     _installer.Run(ReportProgressAsync);
 }