public System.Threading.Tasks.Task <RecipientList.getAllIdsResponse> getAllIdsAsync(string in0)
 {
     RecipientList.getAllIdsRequest inValue = new RecipientList.getAllIdsRequest();
     inValue.in0 = in0;
     return(((RecipientList.RecipientListWebservice)(this)).getAllIdsAsync(inValue));
 }
 System.Threading.Tasks.Task <RecipientList.getAllIdsResponse> RecipientList.RecipientListWebservice.getAllIdsAsync(RecipientList.getAllIdsRequest request)
 {
     return(base.Channel.getAllIdsAsync(request));
 }