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