public void YouTube_Download() { var service = new YouTubeService(); byte[] bytes = service.Download(YouTubeUri); }