namespace Campaign_Tracker.Server.Municipalities; public sealed record MunicipalityAddress( string AddressId, string ProfileId, string AddressType, string Street, string City, string State, string ZipCode, DateTimeOffset EffectiveDate, bool IsCurrent, bool IsDeleted, DateTimeOffset CreatedAt, string CreatedBy, DateTimeOffset UpdatedAt, string UpdatedBy);