namespace Artemis.Storage.Entities.Profile { public class LedEntity { public string LedName { get; set; } public string DeviceIdentifier { get; set; } public int? PhysicalLayout { get; set; } } }