private static void Main(params string[] args)
        {
            var setup = new SetupFixture();
            var test  = new HeavyLoad();

            test.RunForTime();
        }