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