private static void RegisterDefaultComponents()
 {
     foreach (Type runtimeType in StrategyComponentManager.ComponentRuntimeTypes)
     {
         StrategyComponentManager.RegisterDefaultComponent(runtimeType);
     }
 }