public bool Signup(IEvent @event, IParticipant participant)
 {
     return(@event.AddParticipant(participant));
 }