Since these contain initial conditions and parameter values, would it make sense to create dispatches to e.g. do ``` using ReactionNetworkImporters BCR = loadrxnetwork(BNGNetwork(), "BCR.net") tspan = (0.0,1000.0) oprob = ODEProblem(BCR, tspan) ```