public void MustNotCallObjectSignatureWithType()
        {
            Type myType = typeof(TestObject);

            UniqueKey.GetInstanceScopedString((object)myType, "PartialKey");
        }