private List <TaskExecutionState> GetTaskExecutionStates(List <string> taskExecutionIds, SqlCommand command)
 {
     return(_commonTokenRepository.GetTaskExecutionStates(taskExecutionIds, command));
 }