public void TestLogExecutingShouldLogInfo() { _logger.LogExecuting(new FakeCommand()); _mockLog.Verify(p => p.Info("Fake Command is executing."), Times.Once()); }