Calling TryResolve<IEventBus> (e.g. in your Service of from IRequest) will resolve the IEventBus dependency that was registered in your .NET Core Appโs ConfigureServices(). You will need to configure your App and register the necessary Rabbit MQ dependencies so youโre able to do this, refer back to the project where you found this source code for how to correctly configure your .NET Core App.