public async Task <string> GetJwtToken()
 {
     return(await _applicationState.GetItem <string>(_jwtTokenKey).ConfigureAwait(false));
 }