namespace PepperDash.Essentials.Core { /// /// Defines the contract for IRmcRoutingWithFeedback /// public interface IRmcRoutingWithFeedback : IRmcRouting { } }