public void ShouldConvertToQueryString(PagingInfo pagingInfo, string expectedStringValue) { // Act var stringValue = pagingInfo.ToString(); // Assert stringValue.Should().Be(expectedStringValue); }