tected function getBaseContainer(): PsrContainerInterface { return $this->parent instanceof PsrContainerInterface ? $this->parent : $this; } }