Future<Set<HexString>> getEncryptionKeysOf(TimeTable timeTable) async { return await CardinalSdkPlatformInterface.instance.apis.timeTable.getEncryptionKeysOf( _sdkId, timeTable, ); }