public void ConfigurationTest2() { var mqtt = new MqttService(_configuration); mqtt.ConnectionStart(); InternalConfigurationTest(mqtt); mqtt.ConnectionStop(); Assert.NotNull(mqtt); }