export interface ClaimId {
    qualifier: string;
    value: string;
}
