public function doCommand($verb, $args = array())
 {
     $response = parent::doCommand($verb, $args);
     $this->is_ok($response);
     return $response;
 }