public TestRun[] EchoTestRunArray(TestRun[] input)
 {
     return input;
 }
 public TestRun EchoTestRun(TestRun input)
 {
     return input;
 }