public void TestVTable()
        {
            Alpha alpha = new Beta();

            alpha.InvokeMethod("TestIneffective");
        }
 private static void Test(Beta beta)
 {
 }