public function getE164()
 {
     if ($this->config->UserGetResponse17sp4->phoneNumber) {
         return Numbering::dnE164($this->config->UserGetResponse17sp4->phoneNumber, $this->config->UserGetResponse17sp4->countryCode, $this->config->UserGetResponse17sp4->nationalPrefix);
     }
 }