EntityId
Base value object for entity identifiers.
Wraps a unique identifier of generic type Id and implements value-semantics equality based on the identifier value rather than object reference.
Type Parameters
Id
the type of the underlying identifier (e.g., String, UUID).