I think the validator don't like my loop
for(EventType eventType: EventType.values()){
       storage.put(eventType ,new ArrayList<EventDataRow>());
 }
I can't figure out the proper way to write this for the validator.