namespace UserManagement.Data.Dto { public class AppClaimDto { public string ClaimType { get; set; } public string ClaimValue { get; set; } } }