public void SetBasicAuthentication(string username, string password)
 {
     _httpWorker.SetBasicAuthentication(username, password);
 }