As a FightWasteConsole engineer
I want stopwatch timers added
So I can record time taken to execute operations before refactoring with asynchronous operations
Choose some commands to add stopwatch timers too (perhaps even have a base class which records time)
Log the operation time to some file
Keep a record so you can compare performance after refactoring