value; } public function equals(CarModelId $other): bool { return $this->value === $other->value; } public static function generate(): CarModelId { return new CarModelId(uniqid('carmodel_', true)); } }