namespace SabreTools.Models.Hashfile { /// /// File CRC /// public class SFV { public string File { get; set; } public string Hash { get; set; } } }