/**
  * @deprecated Use the {@link com.silanis.esl.sdk.service.ReportService#downloadCompletionReport}.
  */
 @Deprecated
 public com.silanis.esl.sdk.CompletionReport downloadCompletionReport(
     com.silanis.esl.sdk.PackageStatus packageStatus, Date from, Date to) {
   return reportService.downloadCompletionReport(packageStatus, from, to);
 }