public void AssembleDocumentAsync(UploadingResourceId id, object asyncState)
 {
     RaiseScalarOperationCompletedEvent(AssembleDocumentCompleted, ReportService.AssembleDocument(id), asyncState);
 }