private void SetupTool() { _tool = ToolHelper.AddTool <JunctionTool>(); _tool.Disabled += OnToolDisabled; }