forked from loafle/openapi-generator-original
* improved apiclient.mustache to keep it dry, sharing a single exec with Action<> delegate. * updated samples and test * Removed async from ApiClient.mustache Updated samples * Revert change to CSharpClientDeepObjectTest.java * Fix async await (it was not waiting creating a null exception) Updated samples * Fix File IO namespace with using directive * Improved comments on new methods Added new DRY method DeserializeRestResponseFromPolicy * Fix comments and parameters for new method DeserializeRestResponseFromPolicy Updated samples