public System.Threading.Tasks.Task <AzureLibraryService.GetAllBooksResponse> GetAllBooksAsync(string token) { AzureLibraryService.GetAllBooksRequest inValue = new AzureLibraryService.GetAllBooksRequest(); inValue.Body = new AzureLibraryService.GetAllBooksRequestBody(); inValue.Body.token = token; return(((AzureLibraryService.LibraryServiceSoap)(this)).GetAllBooksAsync(inValue)); }
System.Threading.Tasks.Task <AzureLibraryService.GetAllBooksResponse> AzureLibraryService.LibraryServiceSoap.GetAllBooksAsync(AzureLibraryService.GetAllBooksRequest request) { return(base.Channel.GetAllBooksAsync(request)); }