public bool Equals(IParticipant other)
 {
     return(other.GetParticipantIdentifier().Equals(this.GetParticipantIdentifier()));
 }