public void Test_TwitchChatClient_HasSingletonInstance() { Assert.IsTrue(twitchChatClient.GetType().IsInstanceOfType(new TwitchChatClient())); }