public bool ReportsFor(IProgressReport reportModel)
 {
     return _report.GetType() == reportModel.GetType();
 }