public void RegisterParticipant(IParticipant participant)
 {
     this._participants.Add(participant.GetName(), participant);
 }