public override void ParseToSelf(string value)
 {
     this.Value = PropertyString.Parse(value).Value;
 }