let mycomponent = new MyComponentA(logger);
for (let i =0; i < 10; i++)
    mycomponent.myMethod();