public function getUniqueId()
 {
     return parent::getUniqueId() . ':' . $this->name;
 }