private static string EncryptSecurityToken(Hashtable securityData)
 {
     return securityData.Serialize().Encrypt();
 }