public void AddHintNameSegment(HintName hintName) { if (!Segments.Contains(hintName)) { Segments.Add(hintName); } }