Hello, we're in the process of updating to nest V11, however,
I have tests that fail because of a TypeError when manually registering command handlers via the .register() method of CommandBus.
It now takes an InstanceWrapper, instead of previously a CommandHandlerType[]
What would be the proper way to fix that type issue in the tests ?
Thank you