public UInt64BytesISegment GetMap2KeySegment(Guid key)
 {
     byte[] bs = new byte[BssomBinaryPrimitives.GuidSize];
     BssomBinaryPrimitives.WriteGuid(ref bs[0], key);
     return(new UInt64BytesISegment(bs));
 }