/// <summary>
 /// Forces the SDK to update with the user's last known location if possible.
 /// </summary>
 public void UpdateLocation()
 {
     _native.UpdateLocation();
 }