namespace AggregateConsistencyBoundary { public record Address(string Street, string City, string Postal, string Country); }