private void ReportProgress(object sender, ProgressReportModel e) { progressBar1.Value = e.PercentageComplete; PrintResults(e.SiteDownloaded); // }