public async Task <bool> EmailInUseAsync(string email) { return(await dbService.DoesEmailExist(email)); }