I have created a new solution and done nothing except install NGraphics using NuGet. My code is simply this: ```c# using NGraphics; var canvas = Platforms.Current.CreateImageCanvas(new Size(100), scale: 2); ``` This line was copied directly from this reop's README. And 'Platforms' does not exist for some reason.