public void SetUp()
 {
     _variableFactory = new PimaticVariableFactory();
 }
 public void SetUp()
 {
     _deviceFactory   = new PimaticDeviceFactory();
     _variableFactory = new PimaticVariableFactory();
     _testDeviceId    = "dev_switch_test";
 }
 public void SetUp()
 {
     _deviceFactory = new PimaticDeviceFactory();
     _variableFactory = new PimaticVariableFactory();
     _testDeviceId = "dev_switch_test";
 }