public function __call($functionName, $arguments)
 {
     return $this->_client->__soapCall($functionName, $arguments, array('async' => true));
 }