protected bool Equals(AccountDebited other)
 {
     return(DebitedAmount == other.DebitedAmount);
 }
 protected bool Equals(AccountDebited other)
 {
     return DebitedAmount == other.DebitedAmount;
 }