Helpers for translating platform-agnostic messages into provider specific payloads.
The main entry point is the [Translator] trait, which is implemented for each supported
outbound channel. Translators accept a [gsm_core::OutMessage] and emit one or more platform
payloads ready to be dispatched.