Because im changing in my specflow scenario important configuration I would like my specflow scenario to reset the configuration everytime it finish the scenario, even if it fails in the middle. [AfterScenario] do the work only if it didnt fails, but I need something to reset my configuration even if it fails.
Thanks!