public bool Equals(ITransactionParticipant other)
 {
     return(thisParticipant.Equals(other));
 }