public async Task QueryNotifyResultListTest()
        {
            UserContentProvider mine   = new UserContentProvider();
            LoginResult         result = await mine.Login(Config.username, Config.password);

            List <NotifyResult> nr = await mine.QueryNotify(0, null, result.Id.ToString(), result.MobileToken);

            Assert.IsNotNull(nr);
        }