public void LogBotNameTest() { StatisticsLogger.LogBotName("Sample text"); Assert.AreEqual("Sample text", _stringWriter.ToString()); Assert.Pass(); }