namespace HeuristicLab.Services.Optimization.Billing.Interfaces { public interface IEntity { ID Id { get; set; } bool IsDeleted { get; set; } } }