execCount := 2

for i := 0; i < execCount; i++ {
	myComponentA.MyMethod(context.Background())
}