public static void testStaticNonGeneric() { var intV = IntWrapper.identity(3); }
public static int identity(int value) { return(IntWrapper.identity(value)); }