Prevents potential multiple evaluations of enumerable.
# Conflicts: # osu.Game.Rulesets.Osu/UI/Cursor/OsuCursorContainer.cs
Add a default ruleset to `OsuTestCase` to cover testing scenarios.
Also decouples the bindable at SongSelect, where it is debounced in line with the carousel being updated.
Closes #2653. Alternative to #2657.