public void ROT13()
 {
     hash = fileHasher.GetROT13();
     Assert.AreEqual("grfg", hash);
 }