using System; using System.Collections.Generic; using System.Text; namespace Cosmos.HAL { public class Devices { public List All = new List(); } }