namespace Qrakhen.Qamp.Core; public interface IReadable { T Read(int position); T[] Read(int position, int length); }