namespace PepperDash.Essentials.Core.Routing { /// /// Defines the contract for IRoutingInputSlot /// public interface IRoutingInputSlot: IRoutingSlot, IOnline, IVideoSync { string TxDeviceKey { get; } } }