public JwtTokenHandler() { if (_jwtSecurityTokenHandler.IsNull()) { _jwtSecurityTokenHandler = new JwtSecurityTokenHandler(); } }