using System; using System.Collections.Generic; using System.Text; namespace Biff8Excel.Interfaces { interface IRecords { byte[] GetByte(); } }