public static void clearProfile(RestProfile profile)
 {
     profile.OAuthAccessToken       = "";
     profile.OAuthAccessTokenSecret = "";
     profile.RealmId    = "";
     profile.DataSource = -1;
     profile.Save();
 }
 public static void clearProfile(RestProfile profile)
 {
     profile.OAuthAccessToken = "";
     profile.OAuthAccessTokenSecret = "";
     profile.RealmId = "";
     profile.DataSource = -1;
     profile.Save();
 }