diff --git a/Src/VTEX/VTEXWrapper.cs b/Src/VTEX/VTEXWrapper.cs
index 758c0b79a..5dfc96863 100644
--- a/Src/VTEX/VTEXWrapper.cs
+++ b/Src/VTEX/VTEXWrapper.cs
@@ -353,6 +353,7 @@ private void ConfigureClient(HttpClient client, bool requiresAuthentication)
///
/// Thrown when an unsupported HTTP method is provided.
private static async Task RequestInternalAsync(
+
HttpRequestMethod method,
CancellationToken token,
string data,