public bool Play() { return(_mockPlayerState.GetPlayerState() != PlayerState.Playing && _mockPlayer.PlayPause()); }