public async Task SaveUser(AdminUserInfo user)
 {
     await _authorizeApi.SaveUser(user);
 }