container = $container; } public function load() : ApplicationStateService { return new ApplicationStateService($this->container); } }