public void Dispose()
 {
     _httpClient.Dispose();
     _exportService.Dispose();
 }