public string Put(KBEntity entity) { _entityTypesService.AddKBEntity(entity.Name, entity.Alias); return("OK"); }