We have a console app that uses dotnet core bodyBuilder to run an instance of AzureEventProcessor host.
I would like to be able to run end to end tests against the console app but have not been able to replace the AzureEventProcessorHost with an inMemory version because it is a sealed class and have not been able to find any mock implements online.
Has anyone done this before? Can you provide me with and example or an alternative way of running end to end tests against a console based AzureEventProcessorHost?