internal static IEnumerable <Claim> GetClaims(this JsonElement source, string parentName = "")
 => source.GetPropsRecursively(parentName).Select(x => new Claim(x.Name, x.Value));