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