public void IsValidTest()
        {
            var target = new StubAuthenticationService();
            var actual = target.IsValid("joey", "91000000");

            //always failed
            Assert.IsTrue(actual);
        }
        public void IsValidTest()
        {
            var target = new StubAuthenticationService();
            var actual = target.IsValid("joey", "91000000");

            //always failed
            Assert.IsTrue(actual);
        }