IAsyncResult ISoftDebuggerConnectionProvider.BeginConnect(DebuggerStartInfo dsi, AsyncCallback callback)
 {
     return(commandConnection.BeginStartDebugger(callback, null));
 }