client = make(Client::class); } public function __call($name, $arguments) { return $this->client->{$name}(...$arguments); } }