objectManager->get(ServiceInterface::class); $response = $generatedRemoteService->execute($input); $this->assertEquals($input . ' processed by RPC handler', $response); } }