templating = $templating; } public function buildEmail($tpl, $tpl_vars): string { return $this->templating->render($tpl,$tpl_vars); } }