public System.Threading.Tasks.Task <AzureLibraryService.GetAllAvailableBooksResponse> GetAllAvailableBooksAsync(string token)
 {
     AzureLibraryService.GetAllAvailableBooksRequest inValue = new AzureLibraryService.GetAllAvailableBooksRequest();
     inValue.Body       = new AzureLibraryService.GetAllAvailableBooksRequestBody();
     inValue.Body.token = token;
     return(((AzureLibraryService.LibraryServiceSoap)(this)).GetAllAvailableBooksAsync(inValue));
 }
 System.Threading.Tasks.Task <AzureLibraryService.GetAllAvailableBooksResponse> AzureLibraryService.LibraryServiceSoap.GetAllAvailableBooksAsync(AzureLibraryService.GetAllAvailableBooksRequest request)
 {
     return(base.Channel.GetAllAvailableBooksAsync(request));
 }