public void IncreaseCounter()
 {
     for (int i = 0; i < 1000000; i++)
     {
         _container.Increase();
     }
 }