pub async fn proxy_cocoon( run_time: &Arc<ApplicationRunTime>, target: ProxyTarget, method_suffix: &str, params: Value, timeout_ms: u64, ) -> Result<Value, String>