case ADMINISTRATIVE_OFFICE_FEE_AND_INSURANCE:
new AdministrativeOfficeFeeAndInsuranceExemption(responsible, administrativeOfficeFeeAndInsuranceEvent,
justificationType, reason, dispatchDate);
return;
case INSURANCE_FEE:
InsuranceExemptionJustificationType insuranceJustificationType = null;
switch (justificationType) {
case DIRECTIVE_COUNCIL_AUTHORIZATION:
insuranceJustificationType = InsuranceExemptionJustificationType.DIRECTIVE_COUNCIL_AUTHORIZATION;
break;
case MIT_AGREEMENT: