public void Test_TypesMatch_UserVsIEntity()
        {
            AuthoriseReferenceStrategyLocator locator = new AuthoriseReferenceStrategyLocator(StrategyState.Strategies);

            bool matches = locator.TypesMatch("User", "IEntity");

            Assert.IsTrue(matches, "Types don't match when they should.");
        }
        public void Test_TypesMatch_UserVsIEntity()
        {
            AuthoriseReferenceStrategyLocator locator = new AuthoriseReferenceStrategyLocator(StrategyState.Strategies);

            bool matches = locator.TypesMatch("User", "IEntity");

            Assert.IsTrue(matches, "Types don't match when they should.");
        }