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