constructor(components: ILookupOptionsComponents) {
    this.allowMultiSelect = components.allowMultiSelect;
    this.defaultEntityType = components.defaultEntityType;
    this.defaultViewId = components.defaultViewId;
    this.entityTypes = components.entityTypes;