public void GetCredentials()
 {
     var settings         = GetSettings.GetDevSettings();
     var pinAuthenticator = new PinAuthenticator(settings);
     var creds            = pinAuthenticator.GetTwitterCredentials();
 }