private async Task DownloadFileNames() { fileList = await downloadService.DownloadFileNames(); if (fileList == null) { MessageBox.Show($"Error happened during download the file names"); } }