public List <string> Get(string channelName)
 {
     return(twitchService.GetChatters(channelName));
 }