public async Task <bool> PauseAsync()
        {
            await Task.Run(() => SpotifyHelper.Pause());

            return(true);
        }