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