export interface IndustryModel { displayValue: string; lookupId: number; subSectorId: number; }