public override void PrintRecPackageAdjustVoid(FiscalAdjustmentType adjustmentType, IEnumerable <VatInfo> vatAdjustments)
 {
     VerifyResult(_cco.PrintRecPackageAdjustVoid((int)adjustmentType, vatAdjustments.ToString()));
 }