/** * @param Endpoint $endpoint * @return $this */ public function addEndpoint(Endpoint $endpoint) { $this->services[$endpoint->getId()] = $endpoint; return $this; }