public void TestGetConnections() { var connection = NtCore.GetConnections(); Assert.That(connection.Count, Is.EqualTo(0)); }