public void AddSubsystem(string name, ISubsystem subsystem) { Subsystems[name] = subsystem; subsystem.Setup(Context, name); }