Future<List<Service>> getServices(List<String> entityIds) async { return await CardinalSdkPlatformInterface.instance.apis.contact.tryAndRecover.getServices( _sdkId, entityIds, ); }