private void Run()
 {
     _host = new MefHost();
     SalutationService service = _host.Container.GetExportedValue <SalutationService>();
 }