public void AfterTests() { IisExpressHelper.StopIis(); }
public void BeforeTests() { currentMoment = DateTime.UtcNow.Ticks.ToString(); IisExpressHelper.StartIis(); }