public void Format_Singular_DoesNotIncludeCount() { var count = 1; var word = "dogs"; Assert.AreEqual("dog", _pluralizer.Format(word, count)); }