private static EventHubScope.AzureResourceProperties CreateStorageAccount() => Task .Run(async() => await EventHubScope.CreateStorageAsync().ConfigureAwait(false)) .ConfigureAwait(false) .GetAwaiter() .GetResult();