public Rule(string _name) { id = Guid.NewGuid().ToString(); name = _name; block = new RuleBlock(); status = ActionStatus.None; }