protected Entity() { Id = GenerateIdHelper.NewId <TPrimaryKey>(); }
protected DomainEntity() : this(GenerateIdHelper.NewId <TPrimaryKey>()) { }