export interface IAuthenticateResponse {
    givenName: string;
    surname: string;
    sessionId: string;
}
