protected void deployAarService(String serviceName, String fileNameWithExtension,
String filePath, String serviceHierarchy)
throws Exception {
AARServiceUploaderClient aarServiceUploaderClient =
new AARServiceUploaderClient(backendURL, sessionCookie);
aarServiceUploaderClient.uploadAARFile(fileNameWithExtension, filePath, serviceHierarchy);
ServiceDeploymentUtil.isServiceDeployed(backendURL, sessionCookie, serviceName);
assertTrue(ServiceDeploymentUtil.
isServiceDeployed(backendURL, sessionCookie, serviceName),
"Service file uploading failed withing given deployment time"
);