public static void PostConditions()
 {
     if (!ExecutedAfterFeature)
     {
         BrowserManager.FinalizeBrowser();
         ExecutedAfterFeature = true;
     }
 }