protected PathValue(PathValue original, Cloner cloner) : base(original, cloner) { stringValue = cloner.Clone(original.stringValue); }