static void Main(string[] args) { CaesarCipher p1 = new CaesarCipher(); p1.Rot("Gur dhvpx oebja sbk whzcf bire gur ynml qbt", 13); }