public void Authenticate(UserToken userToken)
 {
     twitterService = new TwitterService(AppToken.ConsumerKey, AppToken.ConsumerSecret);
     twitterService.AuthenticateWith(userToken.AccessToken, userToken.AccessTokenSecret);
 }
 public void Authenticate(UserToken userToken)
 {
     throw new NotImplementedException();
 }