public UInt64BytesISegment GetMap2KeySegment(Char key)
 {
     byte[] bs = new byte[BssomBinaryPrimitives.CharSize];
     BssomBinaryPrimitives.WriteCharLittleEndian(ref bs[0], key);
     return(new UInt64BytesISegment(bs));
 }