public async Task CreateTypes([FromBody] string[] types)
 {
     await _structureService.CreateTypesAsync(types);
 }