// GET: Dashboard
        public ActionResult Index(string code)
        {
            TwitchClient.AccessTokenRequest(code);

            return(View());
        }