public void Move(string command, VehicleContext vehicleContext) { foreach (var item in command) { singleCommandInvoker.Move(item.ToString(), vehicleContext); } }