export interface IAgreementSponsor { agreementSponsorFullName: string; agreementSponsorIdentifier: string; producerKey: string; }