public DistribInteractionService(IEventAggregator eventAggregator, IAppStateService appState)
 {
     _eventAggregator = eventAggregator;
     _appState = appState;
     _distribIOC = new Distrib.IOC.Ninject.NinjectBootstrapper();
     _distribIOC.Start();
 }