public void DecryptStringTest() { string _actual = desHelper.DecryptString("S928WewvXWKJ6pIoxT91qw=="); Assert.AreEqual("YanZhiwei", _actual); }