namespace PepperDash.Essentials.Core { /// /// Defines the contract for IRmcRouting /// public interface IRmcRouting : IRoutingNumeric { IntFeedback AudioVideoSourceNumericFeedback { get; } } }