private static function executeCommandUpdate($commandExploded, Cube $cube)
 {
     $cube->setValueAt($commandExploded[4], $commandExploded[1], $commandExploded[2], $commandExploded[3]);
 }