public void TestCountWithoutArgs() { var net = _testString.Count(); var q = _qString.Count(); Assert.AreEqual(net, q); }