public UserInfo GetUserInfo(Options opt, MainApp ep) { opt.Listing_type = "using_user_id"; var others = ep.GetUsers(opt, 0, 1); return(others[0]); }