public ArgumentParser(PropertyValueParser propertyValueParser) { _propertyValueParser = propertyValueParser; }
public OptionParser(PropertyValueParser propertyValueParser) { _propertyValueParser = propertyValueParser; }