public function withDescription(string $description) : self { $self = clone $this; $self->description = $description; return $self; }