public static void Cleanup() { scope.ExecuteCommand("Remove-PnPList", new CommandParameter("Identity", listTitle), new CommandParameter("Force")); scope.Dispose(); }