internal async Task ConnectToVisualStudioAsync(
     int vspid
     )
 {
     _visualStudioConnection = await RemoteCodeLensConnectionHandler
                               .CreateAsync(owner : this, vspid)
                               .ConfigureAwait(false)
     ;
 }