public void TearDown()
 {
     DurationMutex.ReleaseMutex();
 }
 public void SetUp()
 {
     DurationMutex.WaitOne();
 }