namespace BF { internal interface INetMessageProvider { byte[] Pack(byte[] buffer, string key); byte[] UnPack(byte[] buffer, string key); } }