namespace MareSynchronos.Services.Events; public enum EventSeverity { Informational = 0, Warning = 1, Error = 2 }