/// <summary> /// Clears thread static fields at the end of each request. /// </summary> private static void Clear() { _manager = null; failConnectErrorMessage = ""; }