namespace SabreTools.Models.XZP { /// public sealed class Footer { public uint FileLength { get; set; } public string? Signature { get; set; } } }