public async Task NotifyAsync(HttpRequest request) { await _targetManager.BroadcastAsync( _builder.Build(request) ); }