public void AddFeature(string feature)
 {
     BooleanFeatures.Add(feature, true);
     BooleanFeatureKeys.Add(feature);
 }