public IDownloadClient GetDownloadClient()
 {
     return(_downloadClientFactory.Enabled().FirstOrDefault());
 }