*/ abstract public function getBody(): array; public function jsonSerialize(): array { return $this->getBody(); } }