using System; using System.Collections.Generic; using System.Text; namespace ProxySU_Core.ViewModels { public class Record { public Host Host { get; set; } } }