/// <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.ExtractKey(Slice key, bool boundCheck)
 {
     return(m_globalSpace.ExtractKey(key, boundCheck));
 }