public bool has_status(string component_uid, string status_uid)
 {
     return(_componentRegistryService.ComponentHasStatusValue(component_uid, status_uid));
 }