114115116117118119120
// @Bean public OccupationWriter occupationWriter(final OccupationService service) { return new OccupationWriter(service); }