/// <summary>
 /// Sets the current action.
 /// </summary>
 /// <param name="value">The new action.</param>
 internal void SetActionState(ConverterActionState value)
 {
     currentActionState = value;
 }
 /// <summary>
 /// Sets the current action.
 /// </summary>
 /// <param name="value">The new action.</param>
 internal void SetActionState(ConverterActionState value)
 {
     currentActionState = value;
 }