public void TestNonHookedExceptionOnFinally()
        {
            IOtherService other = new OtherService();

            other.ThrowExceptionOnFinally().Should().Be(new DateTime(2009, 09, 09));
        }