public override async Task <SkillResponse> HandleIntent(SkillRequest skillRequest, IntentRequest intentRequest, ILambdaContext context) { await SpotifyClient.SkipPlaybackToNextAsync(); return(ReturnEmptySkillResponse()); }