name = $name; return $this; } public function SetIsStatic(): self { $this->isStatic = true; return $this; } }