client = $wfapi; } protected function getClient(): WebflowApiClient { return $this->client; } public function getLastResponseHeaders(): ?array { return $this->client->lastResponse; } }