public SetRunAs(IEnvelope envelope, string name, RunAs runAs, SetRemove action) : base(envelope, runAs) { _name = name; _action = action; }