export interface SubSectorModel { displayValue: string; lookupId: number; sectorId: number; }