public void Add(Run run) { _readonly.Guard(); _runs.Add(run); }
public void Add(Action action) { _readonly.Guard(); _actions.Add(action); }