public PlatibusConfigurationSection()
 {
     Timeouts = new TimeoutsElement();
     Endpoints = new EndpointElementCollection();
     Topics = new TopicElementCollection();
     SendRules = new SendRuleElementCollection();
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="AttributeIndex"/> class.
 /// </summary>
 /// <param name="parent">The parent.</param>
 public AttributeIndex(EndpointElementCollection parent)
 {
     _parent = parent;
 }