public void SetupContext() { try { ParseConfig("Foo: some fake value"); } catch (BadSettingNameException ex) { CaughtException = ex; } }