/// <summary>
 /// Constructs a new instance of the <see cref="AttributeDrivenPolicy"/>.
 /// </summary>
 public AttributeDrivenPolicy()
     : base("Attribute Driven Policy")
 {
     attributeMatchRule = new AttributeDrivenPolicyMatchingRule();
 }
 /// <summary>
 /// Constructs a new instance of the <see cref="AttributeDrivenPolicy"/>.
 /// </summary>
 public AttributeDrivenPolicy()
     : base("Attribute Driven Policy")
 {
     this.attributeMatchRule = new AttributeDrivenPolicyMatchingRule();
 }