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