public async Task DeleteAsync(TUser user) { var identityUser = await _userStore.FindByIdAsync(user.Id); await _userStore.DeleteAsync(identityUser); }