export interface I_InsuranceCompany { insurerIdentifier: string; insurerFullName: string; }