public object get_status(string component_uid, string status_uid, object default_value = null)
 {
     return(PythonConvert.ToPython(_componentRegistryService.GetComponentStatusValue(component_uid, status_uid, default_value)));
 }