public void ExportToFile(FileTypeEnum type, string fileName) { _fileEngine.ExportToFile(type, fileName); }