protected function removeZoneImpl(Zone $zone)
 {
     $this->stream->addQuery(new QueryRequest($this->getMain(), "DELETE FROM wea_zones WHERE id={$zone->getId()}"));
 }
 public function onRun($currentTick)
 {
     $this->stream->tick($this->main);
 }