public System.Threading.Tasks.Task <AzureLibraryService.RemoveBookResponse> RemoveBookAsync(string token, int bookId)
 {
     AzureLibraryService.RemoveBookRequest inValue = new AzureLibraryService.RemoveBookRequest();
     inValue.Body        = new AzureLibraryService.RemoveBookRequestBody();
     inValue.Body.token  = token;
     inValue.Body.bookId = bookId;
     return(((AzureLibraryService.LibraryServiceSoap)(this)).RemoveBookAsync(inValue));
 }
 System.Threading.Tasks.Task <AzureLibraryService.RemoveBookResponse> AzureLibraryService.LibraryServiceSoap.RemoveBookAsync(AzureLibraryService.RemoveBookRequest request)
 {
     return(base.Channel.RemoveBookAsync(request));
 }