public void Test_PropertiesMatch_MocPropertyVsWildCard()
        {
            AuthoriseReferenceStrategyLocator locator = new AuthoriseReferenceStrategyLocator();
            bool propertiesMatch = locator.PropertiesMatch("MockProperty", "*");

            Assert.IsTrue(propertiesMatch, "Didn't match when they should have.");
        }
        public void Test_PropertiesMatch_MocPropertyVsWildCard()
        {
            AuthoriseReferenceStrategyLocator locator = new AuthoriseReferenceStrategyLocator();
            bool propertiesMatch = locator.PropertiesMatch("MockProperty", "*");

            Assert.IsTrue(propertiesMatch, "Didn't match when they should have.");
        }