protected bool Equals(NodeModel other) { return string.Equals(Identifier, other.Identifier); }
private void BuildNode(WorkflowDefinitionBuilder workflowBuilder, NodeBuilder nodeBuilder, NodeModel node) { nodeBuilder.BuildNode(); }