private bool Equals(WalletInteraction other)
 {
     return(ID == other.ID);
 }
 private bool Equals(WalletInteraction other)
 {
     return ID == other.ID;
 }