public void RepeatWithOneWayCallback(string text, int times)
		{
			_oneWayCallback.FinishRepetition(RepeatText(text, times));
		}