namespace PepperDash.Essentials.Core { /// /// Defines the contract for IRoutingInputsOutputs /// public interface IRoutingInputsOutputs : IRoutingInputs, IRoutingOutputs { } /* /// /// For devices like RMCs, baluns, other devices with no switching. /// public interface IRoutingInputsOutputs : IRoutingInputs, IRoutingOutputs { }*/ }