public byte[] ProcessOutgoing(byte[] data)
 {
     return(CryptoHelper.SymmetricEncryptWithHMACIV(data, sessionKey, hmacSecret));
 }