namespace GBNewEnergy.Protocol { public interface IBuffered { byte[] ToBuffer(); } }