public async Task <IActionResult> PlayNextItem(string deviceKey) { var sn = await playManager.PlayNext(deviceKey); return(SuccessResult(sn)); }