private ResolvingString(string value) { this.originalValue = value; this.hasExpression = Resolver.ContainsExpression(this.originalValue); }