public static TimerEvent CreateEvent(string name) { TimerEvent e = new TimerEvent(); e.SetTimerId(name); return e; }