private async Task <List <TaskExecutionState> > GetTaskExecutionStatesAsync(List <string> taskExecutionIds, SqlCommand command)
 {
     return(await _commonTokenRepository.GetTaskExecutionStatesAsync(taskExecutionIds, command).ConfigureAwait(false));
 }