private SpecialValue(SpecialValueType type)
 {
     _type = type;
 }
 private SpecialValue(SpecialValueType type)
 {
     _type = type;
 }