{{{responseMethodTsComments}}}{{responseMethodName}}({{>operationParameters}}): Observable<{{@root.responseClass}}<{{{resultType}}}>> {
    return {{importName}}(this.http, this.rootUrl, params, context);
  }
