public virtual T Get(params object[] keys)
 {
     CheckDisposed();
     return(items.SingleOrDefault(x => x.In(keys)));
 }