getExportRequest(); $exportService = $this->handler->getExporterFor($exportRequest); $file = $exportService->export($exportRequest); $this->mercureHub->publishUpdate($exportRequest->getRequesterId(), $file); $this->notifier->notifyExport( $this->accessRepository->find($exportRequest->getRequesterId()), $file ); } }