public void TestExecuteShouldExecuteCommand() { _messageBus.Execute(_fakeCommand); _mockCommandBus.Verify(p => p.Execute(_fakeCommand)); }