diff --git a/modules/swagger-codegen/src/main/resources/csharp/api.mustache b/modules/swagger-codegen/src/main/resources/csharp/api.mustache
index 24c65f85ba8..8b958fd0c88 100644
--- a/modules/swagger-codegen/src/main/resources/csharp/api.mustache
+++ b/modules/swagger-codegen/src/main/resources/csharp/api.mustache
@@ -68,9 +68,8 @@ namespace {{packageName}}.Api
///
/// Gets the base path of the API client.
///
- /// The base path
/// The base path
- public String GetBasePath(String basePath)
+ public String GetBasePath()
{
return this.ApiClient.BasePath;
}