namespace JacobMaurer.ShiftCipher; public static class ShiftCipher { static ShiftCipher() { Console.WriteLine("Loaded"); } }