public void Authenticate() { string token = _credProvider.GetToken(); string tokenSecret = _credProvider.GetTokenSecret(); string consumerKey = _credProvider.GetConsumerKey(); string consumerSecret = _credProvider.GetConsumerSecret(); _service.AuthenticateWith(consumerKey, consumerSecret, token, tokenSecret); }