public void TestPositive_Sign() { options.SetSecret(hexaKey); bool verification = jwt.DoVerifySignature(token, "HS256", options); True(verification, jwt); }