public static int Main()
    {
        Int32IConvertibleToUInt64 test = new Int32IConvertibleToUInt64();

        TestLibrary.TestFramework.BeginTestCase("Int32IConvertibleToUInt64");

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