inMemoryCommandBus

@Bean
@ConditionalOnProperty(value = ["wow.command.bus.type"], havingValue = "in_memory")
fun inMemoryCommandBus(): LocalCommandBus