The goal is to put there all utilities (like the proxy clock, behaviours?, protocols? ) that a connector can use.
We want to avoid multiple complex two ways dependency :xest_* <-> :xest , so we (probably) need an extra :xest_connector app to have a dependency flow like so: :xest -> :xest_connector -> :xest_* -> :xest
This way connector will only need to depend on :xest_connector, and we can manage complex dependencies graph only between :xest_connector and :xest