public void TheEmitterSparks() { emitter.Spark(emitter.next); }
public void ItSparksNext() { it.Spark(it.next); }