<!-- Please follow the issue template below for bug reports and feature requests. Also please indicate in the issue title which language/library is concerned. Eg: [JAVA] Bug generating foo with bar --> ##### Description <!-- describe what is the question, suggestion or issue and why this is a problem for you. --> There is an error when I build it in Visual Studio . Error : Client/ApiClient.cs(137,51,137,69): error CS1503: Argument 2: cannot convert from 'System.Action<System.IO.Stream>' to 'byte[]' <img width="1440" alt="screen shot 2018-08-23 at 10 48 55" src="https://user-images.githubusercontent.com/4329939/44518489-3ce05080-a6c2-11e8-940a-17c9115a7df3.png"> ##### Swagger-codegen version <!-- which version of swagger-codegen are you using, is it a regression? --> 2.3.1 ##### Swagger declaration file content or url [swagger.txt](https://github.com/swagger-api/swagger-codegen/files/2313845/swagger.txt) <!-- if it is a bug, a json or yaml that produces it. If you post the code inline, please wrap it with ```yaml (here your code) ``` (for YAML code) or ```json (here your code) ``` (for JSON code), so it becomes more readable. If it is longer than about ten lines, please create a Gist (https://gist.github.com) or upload it somewhere else and link it here. --> ##### Command line used for generation <!-- including the language, libraries and various options --> java -jar ./swagger-codegen-cli-2.3.1.jar generate -i ./swagger.json -l csharp -o ./csharp ##### Steps to reproduce <!-- unambiguous set of steps to reproduce the bug.--> ##### Related issues/PRs <!-- has a similar issue/PR been reported/opened before? Please do a search in https://github.com/swagger-api/swagger-codegen/issues?utf8=%E2%9C%93&q=is%3Aissue%20 --> ##### Suggest a fix/enhancement <!-- if you can't fix the bug yourself, perhaps you can point to what might be causing the problem (line of code or commit), or simply make a suggestion -->