From Tomas: Find a way to resolve the following usecase: Yaml config like this: ``` sockets: - name: name1 port: 80 - name: name2 port: 9090 address: “192.168.1.1" ``` API expectation: Config.asList(“sockets”, SocketConfig.class) [Tomas]