public async Task getImagesPostCountTest()
        {
            ImgurApi imgur_api = new ImgurApi();
            await imgur_api.setImgurToken("eb084daf1fbbd4c6087c07644f7df017ef930ed1");

            int count = await imgur_api.GetPostCount();

            Assert.AreNotEqual(0, count);
        }