public UIImagePickerControllerEditingInfo setCropRect(CGRect cropRect) {
   set(Keys.CropRect(), NSValue.valueOf(cropRect));
   return this;
 }