public bool has_tag(string component_uid, string tag)
 {
     return(_componentRegistryService.ComponentHasTag(component_uid, tag));
 }