public static void AddEvent(ErrorEvent e) { _errorEvents.Add(e); }
public static void RemoveEvent(ErrorEvent e) { _errorEvents.Remove(e); }