public string GetErrorOutputAsString() { string[] errorOutput = this.GetErrorOutput(); return(Program.GetOutputAsString(errorOutput)); }
public string GetStandardOutputAsString() { string[] standardOutput = this.GetStandardOutput(); return(Program.GetOutputAsString(standardOutput)); }