private void Process(string line)
 {
     _outputManager.OnDataReceived(null, new ProcessDataReceivedEventArgs(line));
 }