public void AccessTokenGetTest()
 {
     TwitterHelper target = new TwitterHelper(); // TODO: Initialize to an appropriate value
     string authToken = string.Empty; // TODO: Initialize to an appropriate value
     string verifier = string.Empty; // TODO: Initialize to an appropriate value
     target.AccessTokenGet(authToken, verifier);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }