body = $body; return $this; } public function getBody(): ?string { return $this->evaluate($this->body); } }