public async Task <IEnumerable <UserClaim> > GetUserClaims() { return(await _userClaimRepository.FindAllAsync()); }