pub type DynamicTypeId = i64;
Alternative to core::any::TypeId that allows to dispatch separately messages of the same static type.
core::any::TypeId