public SymbolicFeatureValue(FeatureSymbol value)
 {
     _feature = value.Feature;
     _first   = value;
     Set(value.ToEnumerable());
 }