private Dictionary<string, string> readProperties(IoBuffer buf)
 {
     HermesPrimitiveCodec codec = new HermesPrimitiveCodec(buf);
     return codec.ReadStringStringMap();
 }