@Transactional
 @Override
 public CommandProcessingResult processCommand(final JsonCommand command) {
   return this.depositAccountWritePlatformService.undoApplicationApproval(
       command.entityId(), command, command.depositAccounttype());
 }