public static int test()
    {
        var obj = new LambdaSuperCall();

        return(obj.instanceTest());
    }
 public static int test() {
     var obj = new LambdaSuperCall();
     return obj.instanceTest();
 }