public System.Threading.Tasks.Task <AzureLibraryService.OrderBookResponse> OrderBookAsync(string token, int bookId)
 {
     AzureLibraryService.OrderBookRequest inValue = new AzureLibraryService.OrderBookRequest();
     inValue.Body        = new AzureLibraryService.OrderBookRequestBody();
     inValue.Body.token  = token;
     inValue.Body.bookId = bookId;
     return(((AzureLibraryService.LibraryServiceSoap)(this)).OrderBookAsync(inValue));
 }
 System.Threading.Tasks.Task <AzureLibraryService.OrderBookResponse> AzureLibraryService.LibraryServiceSoap.OrderBookAsync(AzureLibraryService.OrderBookRequest request)
 {
     return(base.Channel.OrderBookAsync(request));
 }