private StringBuilder SetText(WindDirection direction, StringBuilder sb) { sb.Append(direction.GetDisplayName()); return sb; }