@Test
 public void shouldBeThreadSafe() throws Throwable {
   TestFramework.runManyTimes(new MyMultithreadedTest(), 100);
 }