public async void TrendingTest()
 {
     var result = await _giphy.TrendingStickers(new TrendingParameter());
 }