public override void PrintRecSubtotal(decimal amount)
 {
     VerifyResult(_cco.PrintRecSubtotal(amount));
 }