namespace SabreTools.Data.Models.ZSTD { public static class Constants { public static readonly byte[] SignatureBytes = [0xB5, 0x2F, 0xFD]; } }