public async Task <V1LocationShip> ShipAsync(SsoToken token)
 {
     return(await _internalLatestLocation.ShipAsync(token));
 }