createUserResponse);
createResponse = createUserResponse;
if (createUserRequest != null) {
// create user
final CreateUser createUserCommand = new CreateUser(
this, createUserResponse, createUserRequest);
this.commandQueue.add(createUserCommand);
commandStacked = true;
}