public override void Configure(EventHubOptionsBuilder builder) { builder.Namespace("ehn-squadron-existing") .AddEventHub("testEventHub"); }