public IEnumerable <WorkItem> GetWorkItems(string path)
 {
     return(_workflow.GetWorkItems(path));
 }