//[Fact] TODO: implement public void CanList() { // Act Func <Task> action = async() => await _service.ListAsync(); // Assert action.ShouldNotThrow(); }