private void DoTakePicture()
 {
     _pictureChooserTask.TakePictureWithFrontCamera(128, 60, OnPicture, () => { });
 }