public object get_configuration(string component_uid, string configuration_uid, object default_value = null)
 {
     return(PythonConvert.ToPython(_componentRegistryService.GetComponentConfigurationValue(component_uid, configuration_uid, default_value)));
 }