namespace AMREZ.EOP.Contracts.DTOs.Tenancy.ListDomains; public sealed record DomainDto( string Domain, string? TenantKey, bool IsPlatformBaseDomain, bool IsActive, DateTimeOffset UpdatedAtUtc); public sealed record ListDomainsResponse( IReadOnlyList Items );