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