public static OpenApiDocument ConvertTo(this IEdmModel model) { return(model.ConvertTo(new OpenApiWriterSettings())); }