public override void PrintRecNotPaid(string description, decimal amount)
 {
     VerifyResult(_cco.PrintRecNotPaid(description, amount));
 }