public async Task SetCurrentSystem() { await _rl.SetCurrentSystemAsync("MFME"); Assert.False(string.IsNullOrWhiteSpace(_rl.CurrentSystemSettings.DefaultEmulator)); }