@ -10,6 +10,9 @@ namespace Mystify
{
public class Bootstrapper
public IIocContainer BootstrapKernel() => new IocContainer().Install(new NotifyIconInstaller());
public IIocContainer BootstrapKernel() =>
new IocContainer().Install(
new NotifyIconInstaller(),
new AudioInstaller());
}