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