public Task <List <CanFullyNavigateResult> > CanFullyNavigateToAsync(
     IEnumerable <CanFullyNavigateTarget> targets,
     Vector3 start,
     ushort zoneid)
 {
     // TODO: not sure how much we will have to mess with this, but when I was using it, it was returning true even for Y values in mid air.
     return(innerNavigator.CanFullyNavigateToAsync(targets, start, zoneid));
 }