public void ThrowException_WhenApplyingNullEvent() { Action act = () => _sut.ApplyNullEvent(); act.Should().Throw <ArgumentNullException>(); }