$this
public function setUsername(string $username) : static { $this->username = $username; return $this; }