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