public System.Threading.Tasks.Task <ERB_CountryService.findAllResponse> findAllAsync() { ERB_CountryService.findAll inValue = new ERB_CountryService.findAll(); return(((ERB_CountryService.CountryService)(this)).findAllAsync(inValue)); }
System.Threading.Tasks.Task <ERB_CountryService.findAllResponse> ERB_CountryService.CountryService.findAllAsync(ERB_CountryService.findAll request) { return(base.Channel.findAllAsync(request)); }