/** Domain scope */
 public function registerDomain(array $args = array())
 {
     return $this->client->registerDomain($args);
 }