public async Task DownloadDictionary(string fileUrl, string dictionaryPath)
 {
     await deliveryService.DictionaryFileDownload(fileUrl, dictionaryPath);
 }