@Test
 public void testSubmitTransaction() {
   deviceContext.submitTransaction();
   verify(txChainManager).submitWriteTransaction();
 }