public void Test256BitKeyReturned() { string key = KeyGenerator.Generate256BitKey(); Assert.NotNull(key); }