public void ExecuteCommand(Command commandDto) { if (_replay) { return; } _publisher.Handle(this, commandDto); }