namespace PepperDash.Essentials.Core { /// /// Defines the contract for ITxRoutingWithFeedback /// public interface ITxRoutingWithFeedback : ITxRouting { } }