namespace Moonlight.Shared.Http.Responses.Auth; public record ClaimDto(string Type, string Value);