public bool Contains(StringValue other) => _value.Contains(other._value);
protected bool Equals(StringValue other) { return(string.Equals(_value, other._value)); }