public void DrawBitmap(IBitmap bitmap, int width, int height)
 => _canvas.DrawBitmap(bitmap.ToSkia(), width, height);
 public ICanvas CreateCanvas(IBitmap bitmap) => new SKCanvasWrapper(new SKCanvas(bitmap.ToSkia()));