public void Save(string filePath, ImageFormat imageFormat) => this.Inner.Save(filePath, imageFormat.FromNPlot());
public void Save(MemoryStream stream, ImageFormat imageFormat) => this.Inner.Save(stream, imageFormat.FromNPlot());