public function archive($harvestId) {
    $this->validateHarvestPlan($harvestId);
    $result = $this->harvestService->archive($harvestId);
    if (empty($result)) {
      (new ConsoleOutput())->write("No items available to archive for the '{$harvestId}' harvest plan." . PHP_EOL);