private static string EncryptString(string input) { return(Encryption64.EncryptString(input, EncryptionKey)); }