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