namespace AMREZ.EOP.Contracts.DTOs.MasterData.District; public sealed record DistrictResponse( Guid Id, string Scope, string Code, string Name, Dictionary? NameI18n, Guid? OverridesGlobalId, bool IsActive, bool IsSystem, Dictionary? Meta, string DopaCode, Guid ProvinceId, string ProvinceName, string ProvinceDopaCode );