private CropWriter(TaskDocumentWriter taskWriter) : base(taskWriter, "CTP") { _cropVarietyWriter = new CropVarietyWriter(taskWriter); }