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