export interface IProfileProperties {
    DisplayName: string;
    Email: string;
    Title: string;
}
