public void TestTwitchChannelExist()
 {
     Twitch api  = new Twitch(new TwitchSettings());
     var    a    = api.GetSupportedActions();
     var    info = api.ChannelExist("smashgrenoble");
 }