public WithClause(ObjectReference objectReference, WithMode mode, WithType type) { _objectReference = objectReference; _mode = mode; _type = type; }
public WithClause(ObjectReference objectReference, WithMode mode) : this(objectReference, mode, WithType.NotSpecified) { }