private async Task ExportAsync() { var exportString = await _folderRepository.ExportDataAsync(); await _interactionService.SaveFileAsync(exportString, "csv", "bookmarked_export"); }