export interface ICountry { CountryId?: number; CountryName?: string; ISOCode?: string; CountryCode?: string; }