public virtual Slice BoundCheck(Slice key, bool allowSystemKeys)
 {
     return(m_database.BoundCheck(key, allowSystemKeys));
 }