public function hasCurrentOrder() : bool
 {
     return $this->orderProvider->hasCurrentOrder();
 }