Send hit
Future<void> sendHit(BaseHit hit) async { // Delegate the action to strategy _visitorDelegate.sendHit(hit); }