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

            int count = await imgur_api.GetFavoritesCount();

            Assert.AreNotEqual(0, count);
        }