public async Task <BitmapSource> Render() { var image = await QueueRender(); return(BitmapUtility.ToBitmapSource(image)); }