I have a ServiceGeodatabase constructed from a URL
https://services.arcgis.com/REDACTED/arcgis/rest/services/Parent_layer_attempt/FeatureServer
On the web interface I can see the name of the Feature service (in red) and the service ItemID.
How do I get any of these out of the ServiceGeodatabase object? I have looked all over the place but can't find it.
There is also the Info child resource (green) which then provides an ItemInfo child resource where there is a lot of information. Are these accessible via the Runtime API or do I need to make an HTTP call to .../FeatureServer/info/itemInfo?

