async fn UpdateConfigurationValueAndNotify(
run_time: Arc<ApplicationRunTime>,
key: String,
value: Value,
target: ConfigurationTarget,
log_prefix: &str,
) -> Result<Value, String>async fn UpdateConfigurationValueAndNotify(
run_time: Arc<ApplicationRunTime>,
key: String,
value: Value,
target: ConfigurationTarget,
log_prefix: &str,
) -> Result<Value, String>