export interface ILookupModel { lookupId: number; displayValue: string; }