name; } public function setName(string $name): self { $this->name = $name; return $this; } public function getKey(): ?string { return $this->key; } public function setKey(string $key): self { $this->key = $key; return $this; } }