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