public async Task GiveAdminRole(string userId)
 {
     await _authenticationClient.GiveAdminRole <AuthUser>(userId);
 }