public Task<System.Collections.Generic.List<System.UInt32>> ContactsExportCardAsync(ContactsExportCardArgs args)
 {
     return _remoteProcedureCaller.RpcAsync<System.Collections.Generic.List<System.UInt32>>(args);
 }
 public Task <System.Collections.Generic.List <System.UInt32> > ContactsExportCardAsync(ContactsExportCardArgs args)
 {
     return(_remoteProcedureCaller.RpcAsync <System.Collections.Generic.List <System.UInt32> >(args));
 }