public void HandleStartAudioPlayback_Alawys_CallsTileNotificationManagerShow()
        {
            _subject.Handle(new StartPlaybackMessage(new PlaylistItem()));

            _mockTileNotificationService.ShowCallCount.Should().Be(1);
        }