private bool IsReceived(double time)
 {
     return(time <= timeProvider.CurrentTime());
 }