config =$config; } /** * @param string $templateId * @return mixed */ abstract public function getTempId(string $templateId); abstract public function list(); }