/// <summary>
 /// Initializes this class.
 /// </summary>
 /// <param name="connectMethod">Delegate to etablish a connection to a <see cref="IQueryRemoteHandler">Remote Service</see>.</param>
 public FaultShieldQueryHandler(ConnectToServiceHandler connectMethod)
 {
     this.connectMethod = connectMethod;
 }
 /// <summary>
 /// Initializes this class.
 /// </summary>
 /// <param name="connectMethod">Delegate to etablish a connection to a <see cref="IQueryRemoteHandler">Remote Service</see>.</param>
 public FaultShieldQueryHandler(ConnectToServiceHandler connectMethod)
 {
     this.connectMethod = connectMethod;
 }