public function offsetUnset($id)
 {
     parent::offsetUnset($id);
     unset($this->publicServices[$id]);
 }