Future<bool> isProtectedWithLcp() async => await getWithHref("/META-INF/license.lcpl") .use((it) async => (await it.length()).isSuccess);