namespace HybirdFrameworkDriver.Common; public interface IToBytes { byte[] ToBytes(); }