public bool ToggleScrobbling()
 {
     return(_mockPlayerState.SetScrobbleEnabled(!_mockPlayerState.GetScrobbleEnabled()));
 }