@Test
 public void testGetDeviceGroupRegistry() {
   final DeviceGroupRegistry deviceGroupRegistry = deviceContext.getDeviceGroupRegistry();
   assertNotNull(deviceGroupRegistry);
 }