export interface IIdentityProfile { _id: string; displayName: string; displayImageUrl: string; }