private static bool IsExisting(IDataItem dataItem) { return(dataItem.Type() != FileInfoTypes.NonExisting); }