private static async Task GivenIHaveARoleInARegion(
            this GivenAnyContext context,
            string email,
            string regionId,
            string regionRoleId)
        {
            await context.GivenARegionMembershipAsync(email, regionId, regionRoleId);

            context.GivenIHaveAnEmail(email);
        }
 public static void GivenIAmARootSuperAdministrator(this GivenAnyContext context)
 => context.GivenIHaveAnEmail("*****@*****.**");