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