/**
  * Implements JiraSoapAbstract::call().
  */
 public function call($method, array $args = array())
 {
     return $this->_soapClient->call($method, $args);
 }