public bool TestMethod()
        {
            dynamic mc = new MemberClass <string>();

            return((bool)mc.Method_ReturnBool());
        }