private OutputModel GetViewModel(EnumEventType eventType) { outputService = new OutputService(); return(outputService.Get(eventType)); }