public Tag(int targetTypeValue) : this() { Targets = new Targets { TargetTypeValue = targetTypeValue }; }