namespace PepperDash.Essentials.Core { /// /// Defines an IRmcRouting with a feedback event /// public interface ITxRoutingWithFeedback : ITxRouting { } }