private void ExecuteDelete(ITest instance, int threadIndex) { foreach (string guid in _guidList[threadIndex]) { instance.Delete(guid); } }