public async Task <HttpResponseMessage> CheckSubscriberStatus(string userId) { return(await TwitchApi.CheckSubscriberStatus(userId, _botConfig.TwitchClientId, _botConfig.TwitchAccessToken)); }