templateContent; } public function setTemplateContent(string $templateContent): static { $this->templateContent = $templateContent; return $this; } }