protected override void PackToCore(MsgPack.Packer packer, IO.Ably.Capability objectTree)
 {
     packer.PackString(objectTree.ToJson());
 }