Future<String> getUUID() async { return await SyneriseInvocation(methodChannel) .invokeSDKMethod<String>('Client/getUUID'); }