private async Task DownloadDatabaseFilesFromBucketAsync(string bucketPath, string tempFilePath)
 {
     _loggingService.LogInfo($"Downloading instrument files from nisra bucket path '{bucketPath}'");
     await _storageService.DownloadDatabaseFilesFromNisraBucketAsync(bucketPath, tempFilePath);
 }