return;
}
final CommandService commandService = getServiceOrNull(CommandService.class);
final Command command =
commandService != null
? commandService.create()
: new CommandDefault();
commandContext.setCommand(command);
if(command.getTimestamp() == null) {
command.setTimestamp(Clock.getTimeAsJavaSqlTimestamp());