@override bool isAlreadyRegistered({required String targetMethod}) => _callbacks.any((e) => e.message.header.targetMethod == targetMethod);