mock.As<IUnmockable<SomeUnmockableObject>>()
                .Invoking(x => x.Execute(m => m.Foo(13)))
                .Should()
                .Throw<XunitException>();