/**
  * Returns name prefix
  *
  * @return string
  */
 public function getPrefix()
 {
     return $this->address->getPrefix();
 }