namespace CsharpFp1.Domain; /// Value object used to wrap the aggregate identity public sealed record AccountId(Guid Value);