public void Given_CleanTextFromPunctuationMarks_getsNullText_returnsNullText() { Assert.IsNull(_fileProcessor.CleanTextFromPunctuationMarks(null)); }