public static void Setup(ComponentContext composer)
 {
     composer.RegisterAssembly(Assembly.GetExecutingAssembly());
     composer.ProcessApplicationConfiguration();
 }