public async Task Findpart() { PartService partService = new PartService(new Weaselware.Knoodle.Data.EFCode.KnoodleContext()); var parts = await partService.Find(1); Assert.True(parts[1].PartID == 1); }