public void ExceptionMethodShouldRethrowException() { var testContext = new TestContext( ); Assert.Throws<InvalidOperationException>(() => testContext.Exception()); }