public async Task GetAllPart() { PartService partService = new PartService(new Weaselware.Knoodle.Data.EFCode.KnoodleContext()); var parts = await partService.GetAllParts(); Assert.True(parts.Count > 5400); var k = parts[2].ItemDescription; }