public function getIterator() : \Traversable { foreach ($this->getProvidedServices() as $id => $config) { (yield $id => $this->get($id)); } }