namespace BITKit.IO { public interface IAsset { string Name { get; set; } byte[] Buffer{ get; set; } } }