public void ToPlural_NullArgument_ThrowsException() { Assert.Throws(typeof(ArgumentNullException), () => StringLib.ToPlural(null, null)); }