export interface AuthenticationProfileResponse { firstName: string; lastName: string; }