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