public async Task UpdateUserAsync(User updatedUser)
 {
     await dbService.UpdateObjectAsync(updatedUser);
 }