using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HeadMeld.Models { sealed class MainWindowModel { public bool ToggleAPOEnabled { get; set; } public List Profiles { get; set; } } }