public DebugInjector(IGameService gameService)
 {
     this.gameService = gameService;
     container        = new DIContainer();
     objectPooling    = new DIObjectPooling();
 }