public IAsyncResult BeginGetAuthorRoyalties(String Author,
                                             AsyncCallback callback, object asyncState)
 {
     // Begin asynchronous communictation with a different XML Web
     // service.
     return(remoteService.BeginReturnedStronglyTypedDS(Author,
                                                       callback, asyncState));
 }