public static void testGenericClassCtor()
 {
     var intT = new Tuple1C <int>(3);
     var strT = new Tuple1C <string>("3");
 }
 public static void testGenericClassCtor()
 {
     var intT = new Tuple1C<int>(3);
     var strT = new Tuple1C<string>("3");
 }