private void downloadListSync() {
   mDownloadPartyListAsync = new DownloadPartyListAsync();
   mDownloadPartyListAsync.execute();
 }