@inheritDoc
public function updateName(string $name) : self { if ($this->hasEnded) { return $this; } $this->name = $name; return $this; }