public async Task <OperationResult> Create([FromBody] EFormXmlModel eFormXmlModel) { return(await _templatesService.Create(eFormXmlModel)); }