public async Task Cells_Contain_AddedCellModel() { var addedCellModel = await Sut.AddCellAsync(CellModel1); Sut.Cells.Should().Contain(addedCellModel); }