id = $id; return $this; } public function getId(): string { return $this->id ?? $this->getName(); } }