public static int Main()
    {
        MethodAccessExceptionCtor3 MethodAccessExceptionCtor3 = new MethodAccessExceptionCtor3();

        TestLibrary.TestFramework.BeginTestCase("MethodAccessExceptionCtor3");
        if (MethodAccessExceptionCtor3.RunTests())
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("PASS");
            return 100;
        }
        else
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("FAIL");
            return 0;
        }
    }