@using ApiGenerator.Domain.Code.LowLevel @inherits ApiGenerator.CodeTemplatePage @{await IncludeAsync("LowLevel/Client/Methods/MethodDocs.cshtml", Model); } TResponse @Model.PerPathMethodName@(Raw(""))(@Raw(Model.Arguments)) where TResponse : class, IOpenSearchResponse, new(); @{await IncludeAsync("LowLevel/Client/Methods/MethodDocs.cshtml", Model); } Task@(Raw("")) @(Model.PerPathMethodName)Async@(Raw(""))(@Raw(Model.Arguments), CancellationToken ctx = default) where TResponse : class, IOpenSearchResponse, new();