public WebServiceConnectionBuilder WithAuthenticationStrategy(AuthenticationStrategyType type)
 {
     m_authStrategyType = type;
     return(this);
 }
 public WebServiceConnectionBuilder WithAuthenticationStrategy( AuthenticationStrategyType type )
 {
     m_authStrategyType = type;
     return this;
 }