public void ThenNothingIsPublishedToEventBroker() { _eventPublisher .DidNotReceive() .PublishEvent(Arg.Any <IEvent>()); }