/// <summary> /// Initializes a new instance of the <see cref="ScenarioCollection"/> class. /// </summary> /// <param name="feature">The feature.</param> internal ScenarioCollection(Feature feature) { this.feature = feature; }