isAsync()) { // Send the export request to Messenger (@see App\Message\Handler\OrganizationCreationHandler) $this->messageBus->dispatch( new OrganizationDeletionCommand($organizationDeletionRequest) ); } else { // For testing purposes only $this->organizationFactory->delete($organizationDeletionRequest); } return $organizationDeletionRequest; } }