public void Execute_Command_Executed()
        {
            _publisher.Execute(new TestCommand());

            _receivedMessages.Should().Be(1);
        }