namespace PepperDash.Essentials.Core { /// /// Defines an IRoutingOutputs devices as being a source - the start of the chain /// public interface IRoutingSource { } }