public bool IsEnabled() { return(!FlowSystem.GetTags().Any((t) => this.tags.Contains(t.id) && t.enabled == false)); }