command = $command; } public function run(float $amountCash): void { $this->command->execute($amountCash); } }