public void SaveItems(IEnumerable <T> items) { _backend.SaveItems(items); UpdateLiftFileWithModified(items); }