public QueryFormat(QueryFormatType type) { Type = type; }
public static string ToSerialString(this QueryFormatType value) => value switch {