public virtual Slice ExtractKey(Slice key, bool boundCheck = false)
 {
     return(m_database.ExtractKey(key, boundCheck));
 }