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