static EmulatorChatBotAgent() { ContainerBuilder builder = IoCConfig.GetContainerBuilder(); builder.UseEmulator(); _container = builder.Build(); }