public void DeleteComponent(string uid)
 {
     _componentRegistryService.DeleteComponent(uid);
 }