/**
  * Start a batch request
  *
  * @access public
  * @return GetResponseJsonRpc
  */
 public function batch()
 {
     $this->isBatch = true;
     $this->client->batchOpen();
     return $this;
 }