public void StopHost() { HostProcessHelper.Stop(_hostProcess); }
public void StartHost() { _hostProcess = HostProcessHelper.Start(); }