private void SetProxy()
 {
     if (!string.IsNullOrEmpty(_proxy))
     {
         _manager.SetProxy(_proxy);
     }
 }