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