namespace PepperDash.Essentials.Core { /// /// Marker interface to identify a device that acts as the origin of a signal path (). /// public interface IRoutingSource : IRoutingOutputs { } }