/**
  * BC Compatibility.
  *
  * @deprecated Please use save() from now
  *
  * @param UserGeometryInterface $userGeometryInterface
  */
 public function update(UserGeometryInterface $userGeometryInterface)
 {
     parent::save($userGeometryInterface);
 }