private bool HasExpired(TaskExecutionState taskExecutionState)
 {
     return(_commonTokenRepository.HasExpired(taskExecutionState));
 }