namespace BinaryObjectScanner.Models.XZP { /// public sealed class Footer { public uint FileLength; public string Signature; } }