public function getExportedContent(ExportFile $exportFile)
 {
     return $this->getExporterByExtension($exportFile->getExtension())->export($exportFile->getArray());
 }