internal Slice BoundCheck(Slice key)
 {
     //REVIEW: should we always allow access to system keys ?
     return(m_globalSpace.BoundCheck(key, allowSystemKeys: true));
 }