using System.Net.WebSockets; public class InstallationInfo { public int Status { get; set; } public List Connections { get; } = new List(); }