public override void OnLocationResult(LocationResult result)
 {
     base.OnLocationResult(result);
     LocationResult?.Invoke(this, new LocationCallbackResultEventArgs(result));
 }