public OAuthAuthenticator(string apiKey, string secret, OAuthVersion oauthVersion)
 {
     _apiKey       = apiKey;
     _secret       = secret;
     _oauthVersion = OAuthHelpers.GetOAuthVersionAsString(oauthVersion);
 }