client = new JsonRpcHttpClient($proxy, $header); } public function __call(string $method, array $params = []): mixed { return $this->client->{$method}(...$params); } }