protected ExpressionBuilderBase(Type itemType) { this.itemType = itemType; this.options = new ExpressionBuilderOptions(); }