public void AdjustForLongBranchesBetween(int betweenLongBranchCount) { MyEnd.AdjustForLongBranch(betweenLongBranchCount); }
public void AdjustForLongBranches(int longBranchCount) { MyStart.AdjustForLongBranch(longBranchCount); }