namespace GBNewEnergy.Protocol { public interface IBuffer { byte[] Buffer { get; } } }