VerticaConfiguration
This class exposes the UseVertica() extension method of GlobalConfiguration, which wires up all the necessary dependencies for Vertica (via VerticaBootstrap).
Usability
GlobalConfiguration
.Setup()
.UseVertica();
Call this once during application start-up, before opening any
VerticaConnection.