public async Task <RootStreamJSON> GetBroadcasterStream()
 {
     return(await TwitchApi.GetBroadcasterStream(_botConfig.TwitchClientId));
 }