public override void Pull(ProductionChain prodChain)
 {
     prodChain.NextState(new Terminated());
 }