public void TestOverridingPropertyTypes()
        {
            string type = ExposedVariableManager.GetMemberTypeForNamedObject(mBaseNosInContainer, "TunneledDisplayText");

            if (type != "int")
            {
                throw new Exception("GetMemberTypeForNamedObject isn't returning the overriding type");
            }
        }