using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace WebApplet.Models { public class CompareVersion { public Hashtable Versions { get; set; } } }