public async Task <IActionResult> Create(TemplateCreateModel model) { await templatesService.Add(model); return(Created("", null)); }