public System.Threading.Tasks.Task <AzureLibraryService.ReturnBookResponse> ReturnBookAsync(string token, int bookId)
 {
     AzureLibraryService.ReturnBookRequest inValue = new AzureLibraryService.ReturnBookRequest();
     inValue.Body        = new AzureLibraryService.ReturnBookRequestBody();
     inValue.Body.token  = token;
     inValue.Body.bookId = bookId;
     return(((AzureLibraryService.LibraryServiceSoap)(this)).ReturnBookAsync(inValue));
 }
 System.Threading.Tasks.Task <AzureLibraryService.ReturnBookResponse> AzureLibraryService.LibraryServiceSoap.ReturnBookAsync(AzureLibraryService.ReturnBookRequest request)
 {
     return(base.Channel.ReturnBookAsync(request));
 }