public static QCRunColl GetRunsByTestId(string id) { try { return(QcRestClient.GetRunsByTestId(id)); } catch (Exception ex) { Reporter.ToLog(eAppReporterLogLevel.ERROR, "Failed to get runs by test id with REST API", ex); return(null); } }