/// <inheritdoc />
        protected override BoundingBox GetBoundingBox(uint data)
        {
            Decode(data, out _, out int height);

            return(BoundingBox.BlockWithHeight(height));
        }
 /// <inheritdoc />
 protected override BoundingBox GetBoundingBox(uint data)
 {
     return(BoundingBox.BlockWithHeight(Height));
 }