Hi there! I'm not sure if I'm actually right here to ask my question: So I'm trying to get the relation between spaces and services from the CloudFoundryClient (Java). Unfortunately the Services are saved as a List of String ins Applications, so I can't access the actual Service(Instance) ID to get the correct Service. This means if I have the same name for a Service in multiple spaces I always get the first one because it will be overwritten the whole time. Is there another function, am I missing something? I'd appreciate any help, thanks in advance!