public void JwtParser_GetMail_ShouldReturnCorrectMail() { var mail = JwtParser.ParseMailFromJwt(token); Assert.AreEqual("*****@*****.**", mail); }