* Updated `th2-grpc-common` minimal version to `3.12.0`.
* Optimized `create_event_id()` function. Now Event IDs are equal to UUID (created once per run lifecycle) plus increasing counter.
* Fixed creation of Event body. Now format is always correct (byte representation of JSON).
* Optimized serialization of data to Event body using faster library for JSON ([orjson](https://github.com/ijl/orjson))