public static void ExecuteDictionaryBase_OnMethods()
    {
        bool bResult = false;
        var  cbA     = new DictionaryBase_OnMethods();

        try
        {
            bResult = cbA.runTest();
        }
        catch (Exception exc_main)
        {
            bResult = false;
            Console.WriteLine(" : FAiL! Error Err_9999zzz! Uncaught Exception in main(), exc_main==" + exc_main);
        }

        Assert.True(bResult);
    }
    public static void ExecuteDictionaryBase_OnMethods()
    {
        bool bResult = false;
        var cbA = new DictionaryBase_OnMethods();

        try
        {
            bResult = cbA.runTest();
        }
        catch (Exception exc_main)
        {
            bResult = false;
            Console.WriteLine(" : FAiL! Error Err_9999zzz! Uncaught Exception in main(), exc_main==" + exc_main);
        }

        Assert.True(bResult);
    }