public async Task GetInformationTestAsync(string id, bool expected) { var information = await _youTubeService.GetInformationAsync(id); Assert.Equal(expected, information.HasValue); }