public static bool ValueIncluded(this NCoverFeature c, NCoverFeature t)
 {
     return((c & t) == t);
 }
 public ForNCoverFeatureAttribute(NCoverFeature feature)
 {
     this.Feature = feature;
 }