using System; namespace Bytes { public interface BytesData { } }