public List<string> GetFollowings(ref GlobusHttpHelper Httphelper)
 {
     TwitterDataScrapper followingScrapper = new TwitterDataScrapper();
     followingScrapper.CounterDataNo = noOfUnfollows;
     string returnStatus = string.Empty;
     //list_Followings = followingScrapper.GetFollowings_New(Screen_name, out returnStatus, ref  Httphelper);//GetFollowings_NewForUnfollower
     list_Followings = followingScrapper.GetFollowings_NewForUnfollower(Screen_name, out returnStatus, ref  Httphelper);
     return list_Followings;
 }