public async Task DeleteUserAsync(int id) { await dbService.DeleteObjectAsync(await GetUserByIdAsync(id)); }