No repository description.
namespace App.Domain;
public enum EParticipantRole
{
Organizer,
Participant
}