/// <summary>Remove the database global subspace prefix from a binary key, or throw if the key is outside of the global subspace.</summary>
 Slice[] IFdbSubspace.ExtractKeys(IEnumerable <Slice> keys, bool boundCheck)
 {
     return(m_globalSpace.ExtractKeys(keys, boundCheck));
 }