export interface IAddress { AddressLine1: string; AddressLine2: string | null; City: string; Country: string; PostCode: string; State: string; }