public void GenericCommand() { _proxy.GenericCommand(DateTime.Now); Assert.Equal(1, _proxy.CommandsExecuted); }