public async Task <Bitmap> GetScreenToBitmap() { var result = await Task.Run(() => _imageClient.GetPrintScreen()); return(result); }