public string[] GetChildrenOfItemAtPath(params string[] path) =>
 _inProc.GetChildrenOfItemAtPath(path);