using System.Collections.Generic; public class FileHashMap { public byte[] Hash { get; set; } public IEnumerable Hashes { get; set; } }