protected internal void ComputeCurrentOperation(int currentIndex)
 {
     Operating?.Invoke(this, Data[currentIndex]);
 }