public function get() : DeprecatedScopeHelper { if ($this->scopeHelper === null) { $this->scopeHelper = new DeprecatedScopeHelper($this->container ->getServicesByTag(self::EXTENSION_TAG)); } return $this->scopeHelper; }