Future<bool> injectXX(int xx, Uint8List data) async => homeSite != null ? await homeSite!.satisfyXX(xx, data) : false;