public HttpRequestConfigurationFactory(GpConnectInteraction gpConnectInteraction, HttpRequestConfiguration httpRequestConfiguration)
 {
     _gpConnectInteraction     = gpConnectInteraction;
     _httpRequestConfiguration = httpRequestConfiguration;
     _httpRequestConfiguration.LoadAppConfig();
     _httpRequestConfiguration.SetDefaultHeaders();
 }