value = $value; } public function __toString(): string { return (string) $this->value; } }