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

            other.ThrowException().Should().Be(42.42f);
        }