Flient Assertion ArgumentNullException with Message code example
Example: fluentassertions force exceptions
subject.Invoking(y => y.Foo("Hello"))
.Should().Throw<InvalidOperationException>()
.WithMessage("Hello is not allowed at this moment");