public System.Threading.Tasks.Task <AzureLibraryService.GetAllBooksByNameResponse> GetAllBooksByNameAsync(string token, string name)
 {
     AzureLibraryService.GetAllBooksByNameRequest inValue = new AzureLibraryService.GetAllBooksByNameRequest();
     inValue.Body       = new AzureLibraryService.GetAllBooksByNameRequestBody();
     inValue.Body.token = token;
     inValue.Body.name  = name;
     return(((AzureLibraryService.LibraryServiceSoap)(this)).GetAllBooksByNameAsync(inValue));
 }
 System.Threading.Tasks.Task <AzureLibraryService.GetAllBooksByNameResponse> AzureLibraryService.LibraryServiceSoap.GetAllBooksByNameAsync(AzureLibraryService.GetAllBooksByNameRequest request)
 {
     return(base.Channel.GetAllBooksByNameAsync(request));
 }