public int CreateTestRun(string app)
 {
     return(_repository.CreateTestRun(app));
 }