5657585960616263646566
complete(message); } private void complete(String message) { Command command = Command.response(message); if (command == null) { log.error("Could not find the command that the received message was a response to {}", message); return; }