public string ExportByTemplate([FromBody] string template)
 => _sampleService.ExportXmlByTemplate(template);