key = $key; } public function get(): ?string { return $this->key; } public function clear(): void { $this->key = null; } }