CommandResponse constructor
Constructs a CommandResponse with a response message and a success flag.
Implementation
CommandResponse(this.response, this.succeeded);
Constructs a CommandResponse with a response message and a success flag.
CommandResponse(this.response, this.succeeded);