export interface IPerson { identity: string; firstname: string; lastname: string; birthDate?: string; gender?: string; }