handler = $handler; } public function execute(): void { $this->handler->execute($this); } public function render(): void {} }