public void ListLayoutTest() { var layoutService = new LayoutService(dbContext); var x = layoutService.GetLayoutList(); Assert.NotNull(x); }