container = $container; } public function get(string $name) { return $this->container->get($name); } }