public System.Threading.Tasks.Task <WS_C____.WS.retornaLivroResponse> retornaLivroAsync()
 {
     WS_C____.WS.retornaLivroRequest inValue = new WS_C____.WS.retornaLivroRequest();
     return(((WS_C____.WS.WSAndroid)(this)).retornaLivroAsync(inValue));
 }
 public WS_C____.WS.livro retornaLivro()
 {
     WS_C____.WS.retornaLivroRequest  inValue = new WS_C____.WS.retornaLivroRequest();
     WS_C____.WS.retornaLivroResponse retVal  = ((WS_C____.WS.WSAndroid)(this)).retornaLivro(inValue);
     return(retVal.@return);
 }
 System.Threading.Tasks.Task <WS_C____.WS.retornaLivroResponse> WS_C____.WS.WSAndroid.retornaLivroAsync(WS_C____.WS.retornaLivroRequest request)
 {
     return(base.Channel.retornaLivroAsync(request));
 }
 WS_C____.WS.retornaLivroResponse WS_C____.WS.WSAndroid.retornaLivro(WS_C____.WS.retornaLivroRequest request)
 {
     return(base.Channel.retornaLivro(request));
 }