handle(); } /** * @return array */ #[RequestMapping(path: 'container', methods: 'GET')] public function container(): array { return (new ContainerService)->handle(); } public function aop() { return (new AopService)->handle(); } public function http() { return (new HttpService)->handle(); } }