public System.Threading.Tasks.Task <WS_C____.WS.retornaListaResponse> retornaListaAsync()
 {
     WS_C____.WS.retornaListaRequest inValue = new WS_C____.WS.retornaListaRequest();
     return(((WS_C____.WS.WSAndroid)(this)).retornaListaAsync(inValue));
 }
 public WS_C____.WS.livro[] retornaLista()
 {
     WS_C____.WS.retornaListaRequest  inValue = new WS_C____.WS.retornaListaRequest();
     WS_C____.WS.retornaListaResponse retVal  = ((WS_C____.WS.WSAndroid)(this)).retornaLista(inValue);
     return(retVal.@return);
 }
 System.Threading.Tasks.Task <WS_C____.WS.retornaListaResponse> WS_C____.WS.WSAndroid.retornaListaAsync(WS_C____.WS.retornaListaRequest request)
 {
     return(base.Channel.retornaListaAsync(request));
 }
 WS_C____.WS.retornaListaResponse WS_C____.WS.WSAndroid.retornaLista(WS_C____.WS.retornaListaRequest request)
 {
     return(base.Channel.retornaLista(request));
 }