getOrCreateNetwork
fun <T : Network<T>> getOrCreateNetwork(type: NetworkType<T>, networkId: UUID = UUID.randomUUID()): ProtoNetwork<T>
Gets or creates a ProtoNetwork with the given type and networkId.
Gets or creates a ProtoNetwork with the given type and networkId.