namespace PepperDash.Essentials.Core { /// /// Defines the contract for IRoutingSource /// public interface IRoutingSource : IRoutingOutputs { } }