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