public void send_getFriendsListForMobile(int userId, string deviceId, string cTag, Session session)
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("getFriendsListForMobile", TMessageType.Call, seqid_));
   getFriendsListForMobile_args args = new getFriendsListForMobile_args();
   args.UserId = userId;
   args.DeviceId = deviceId;
   args.CTag = cTag;
   args.Session = session;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }