id; // } public function getApiKey(): ?string { return $this->api_key; } public function setApiKey(string $apiKey): self { $this->api_key = $apiKey; return $this; } }