public IEnumerable <Claim> GetClaimsByValueType(string valueType)
 {
     return(Claims.FindAll(c => c.ValueType == valueType));
 }