/**
  *
  * @param <HttpProxy> $proxy
  */
 public function SetProxy($proxy)
 {
     if (!$this->_acsUtil->HasProxy()) {
         $this->_acsUtil->SetProxy($proxy);
     }
 }