public string[] GetErrorOutput() { return(_stderr.GetOutput()); }
public string[] GetStandardOutput() { return(_stdout.GetOutput()); }