public void TestThatCommandIsDispactchedRightAwayForCommandType()
 {
     _commandQueue.QueueCommand(new CommandType("mycommand"));
     Thread.Sleep(WaitDelay);
     Assert.IsTrue(_dispatcher.Called);
 }