3.2 Processing "Deny Some Claims" Rule

 Input:
  
 InputTransformationRulesText: C1:[type != "Type1"] => ISSUE (Claim = C1);
 InputClaims:  {(TYPE = "type1", VALUE = 5, VALUE-TYPE = "uint64"),
                 (TYPE = "type2", VALUE = "example", VALUE-TYPE = "string"),
                 (TYPE = "type3", VALUE = -33, VALUE-TYPE = "int64")}
 Output:
 OutputClaims: { (TYPE = "type2", VALUE = "example", VALUE-TYPE = "string"),
                (TYPE = "type3", VALUE = -33, VALUE-TYPE = "int64")}
 ReturnValue: SUCCESS.