Maybe someone can help me out here. I’m kinda stuck on trying to figure out how to do what I want to do. So I want to make a network class with subnets and then new an instance of that class with details from the pulumi config file. I want to do this so the logic is reusable and we don’t have write the same code twice. I thought I could potentially get away with this by using some access modifiers however that won’t work. Any hints in the right direction would help 😇