public Task <List <WorkItemReference> > QueryTestResultWorkItemsAsync(string project,
                                                                       string automatedTestName,
                                                                       int testCaseId, string workItemCategory,
                                                                       CancellationToken cancellationToken = default(CancellationToken))
 {
     return(_tcm.QueryTestResultWorkItemsAsync(project, workItemCategory, automatedTestName, testCaseId,
                                               cancellationToken: cancellationToken));
 }