public override void Abort() { try { one.Abort(); } finally { two.Abort(); } }
public void Abort() { consumer.Abort(); }