IGH_Goo how to get Value

Hi all,

I tried to store a SytemByte inside a GH_Structure<IGH_Goo> and it works but now the Data looks like.

How the Data can be Cast back to Type System.Byte.
For me it look like the byte is inside Data.Value but IGH_Goo have no Value Propertie only GH_ObjectWrapper inside IGH_Goo have Value.

Maybe a better way is to store the byte inside a Tuble and put inside a GH_Structure<IGH_Goo>…i am realy lost here…

Help is welcome.