async fn spawn_rpc_proxy_rejecting_method( endpoint: String, method: &'static str, rejection: RpcMethodRejection, rejection_status: StatusCode, error_code: i64, error_message: &'static str, ) -> String