/// ready for dispatching a transaction with Xcm's `Transact`. There is an `OriginKind` which can
type XcmpQueue = TransformOrigin<MessageQueue, AggregateMessageOrigin, ParaId, ParaIdToSibling>;
pub MessageQueueServiceWeight: Weight = Perbill::from_percent(25) * RuntimeBlockWeights::get().max_block;
// NarrowOriginToSibling calls XcmpQueue's is_pause if Origin is sibling. Allows all other origins
// TODO: used to be 100 but TS tests failed if we set it to 100, previously it used AdditionalTtlForInflightOrders with value 5