Aggregates/Participant/ParticipantAggregate.cs
Class ParticipantAggregate
has 21 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public class ParticipantAggregate : Aggregate,
IApplyEvent<ParticipantCreated>,
IApplyEvent<ParticipantRenamed>,
IApplyEvent<ParticipantAssignedToContingent>,
IApplyEvent<ParticipantAssignedToTeam>,