public async Task getImageCountTest()
        {
            ImgurApi imgur_api = new ImgurApi();
            int      count     = await imgur_api.GetImageCount("hello", 10);

            Assert.AreEqual(10, count);
        }