public function getRequestData()
 {
     return array('domainName' => $this->domainName->getName(), 'nameServers' => $this->nameServers->getDomainNames(), 'dnsConfigType' => $this->dnsConfigType->getConfig());
 }