pub type TriggerService = BoxCloneSyncService<Trigger, (), Error>;
pub struct TriggerService(/* private fields */);