namespace Core.Interfaces { public interface IIoBus { byte Read(ushort port); void Write(ushort port, byte value); } }