void Run(IExpectation expectation, IExampleReporter reporter) { expectation.Run(); reporter.ReportExpectation(expectation); }