If I change the code for the EasyNetQ.Tests.Performance.Producer to be the following:
```
/*
Console.CancelKeyPress += (source, cancelKeyPressArgs) =>
{
Console.Ou…
Need to figure out how to programmatically trigger user events for unit testing. Currently, this is hit or miss and in order to properly test certain UI components, there needs to be a way to constant…