public TestRunFluentInterface ReportSpecsTested(IReporter reporter)
 {
     reporter.ReportSpecsTested(Report.TestedSpecs);
     return this;
 }