private async Task <YoutubeViewModel> Setup(string videoUrl) { var videoId = videoUrl.Url2Id(); return(await client.GetInfo(videoId)); }