How does one move items in a UITableView when using UITableViewDiffableDataSource? This used to be by overriding
tableView(_ tableView: UITableView, moveRowAt sourceIndexPath: IndexPath, to destinationIndexPath: IndexPath)
But this is a UITableViewDataSource method.