diff --git a/Src/VTEX/VTEXWrapper.cs b/Src/VTEX/VTEXWrapper.cs
index e5ed94b65..b789d4bf6 100644
--- a/Src/VTEX/VTEXWrapper.cs
+++ b/Src/VTEX/VTEXWrapper.cs
@@ -98,12 +98,6 @@ private static string InternalUserAgent
/// Initializes a new instance of the class.
///
/// The account name.
- public VTEXWrapper(string accountName)
- {
- _accountName = accountName;
- _requestMediator.Set();
- }
-
#endregion
#region Implementation of IDisposable