/**
  * Returns servers name
  *
  * @return string
  */
 public function getName()
 {
     return $this->node->getName();
 }