private StringBuilder SetBeaufort(WindScale scale, StringBuilder sb)
 {
     sb.Append(scale.GetDisplayName());
     return sb;
 }