private static void RetryRequest <T, INTERMEDIATE_TYPE>(object state)
        {
            ExecutionState <T> executionState = (ExecutionState <T>)state;

            Logger.LogInformational(executionState.OperationContext, SR.TraceRetry);
            TableExecutor.InitRequest <T, INTERMEDIATE_TYPE>(executionState);
        }