public EiLLNode <IThreadedUpdate> Subscribe(IThreadedUpdate component)
 {
     threads.ShiftNext();
     return(threads.First().Subscribe(component));
 }
 public EiLLNode <IThreadedUpdate> Subscribe(IThreadedUpdate component)
 {
     return(components.Add(component));
 }