public ConsoleApplication(IProfiler profiler, IDoQuickWork quick, IDoSlowWork slow) { _profiler = profiler; _quick = quick; _slow = slow; }