public class ArchiveEntry
{
public string FullName { get; set; }
public string Name { get; set; }
public uint Crc32 { get; set; }
public long Length { get; set; }
}