public void Add(ITimeAction action) { _actions.Add(action); }
public void Remove(ITimeAction action) { _actions.Remove(action); }