public AuthService(ITokenHelper tokenHelper, IAppUserService appUserService, IAppClaimService appClaimService) { _tokenHelper = tokenHelper; _appUserService = appUserService; _appClaimService = appClaimService; }