protected TestBase()
 {
     TestLocker.Wait();
     Container = new Container();
 }
 public void Dispose()
 {
     TestLocker.Release();
 }