arguments = $arguments; } public function toArray(): array { return [ 'arguments' => $this->arguments, ]; } }