public void GetList_ShouldBeEmpty()
        {
            var collection = _repo.GetList();

            collection.Should().BeEmpty();
        }