export interface IAccountCreation {
    email: string;
    password: string;
    DisplayName: string;
    CountryCode: string;
}
