private static void ResetRequest(Type last)
 {
     //Discarded unreachable code: IL_0002
     //IL_0003: Incompatible stack heights: 0 vs 1
     if (_InfoIssuer == null)
     {
         _InfoIssuer = ModelInstanceExpression.InitIssuer(last, last.GetConstructor(new Type[1]
         {
             typeof(byte[])
         }), new string[1]
         {
             "ToArray"
         });
     }
 }
        private static ModelInstanceExpression CalculateRequest(Type i)
        {
            //Discarded unreachable code: IL_0002
            //IL_0003: Incompatible stack heights: 0 vs 1
            Type[] genericArguments = i.GetGenericArguments();
            Type   type             = ((IList <Type>)genericArguments)[0];
            Type   type2            = ((IList <Type>)genericArguments)[1];

            return(ModelInstanceExpression.InitIssuer(i, i.GetConstructor(new Type[2]
            {
                type,
                type2
            }), new string[2]
            {
                "Key",
                "Value"
            }));
        }