using System; namespace Artemis.Storage.Entities.Profile { public class ProfileConditionEntity { public Guid Id { get; set; } } }