- $htmlContent = $this->exportService->bookToContainedHtml($book);
- return $this->downloadResponse($htmlContent, $bookSlug . '.html');
+ $htmlContent = $this->exportFormatter->bookToContainedHtml($book);
+
+ return $this->download()->directly($htmlContent, $bookSlug . '.html');