public void ListExpire(ListEntry entry, TimeSpan?expireIn)
 {
     EntryExpire(entry, _listIndex, expireIn);
 }