public function handle(RemoveCartCommand $command)
 {
     $this->cartService->removeCart($command->getCartId());
 }