/// <summary>
 /// Initializes a new instance of the <see cref="TransitionSectionCreationFeature"/> class.
 /// </summary>
 public TransitionSectionCreationFeature()
     : base(TransitionSectionPlugin.PluginName, useFeatureContextualToolBar: true)
 {
     this.inputRange = InputRange.AtMost(2);
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="BeamPluginCreationFeature"/> class.
 /// </summary>
 public BeamPluginCreationFeature()
     : base(BasicPlugin.BeamPlugin.PluginName)
 {
     this.inputRange = InputRange.AtMost(2);
 }