protected bool Equals(AccountCheckPoint other)
 {
     return(CreditedAmount == other.CreditedAmount && DebitedAmount == other.DebitedAmount);
 }
 protected bool Equals(AccountCheckPoint other)
 {
     return CreditedAmount == other.CreditedAmount && DebitedAmount == other.DebitedAmount;
 }