export interface IConsumer { readonly phoneNumber: string; readonly givenNames: string; readonly surname: string; readonly email: string; }