`ScottPlot.Drawing.Colormap.GetColormaps()` throws on second call. There is related with `Reflection` exception. ```cs var colormaps = ScottPlot.Drawing.Colormap.GetColormaps(); var colormaps1 = ScottPlot.Drawing.Colormap.GetColormaps(); ```