function pack(message)
{
throw new TypeError("Not yet implemented");
};
function unpack(message)
exports.pack = pack;
exports.unpack = unpack;