public void TestDrawBackgroundShouldDrawBackground()
        {
            var result = _canvasRenderer.DrawBackground(1d, 2d);

            Assert.That(result, Is.TypeOf <VisualItem>());
        }