protected virtual async Task <string> ObjectToQueryStringAsync <T>(IObjectToQueryString <T> converter, T value) { return(await converter.ConvertAsync(value)); }
protected virtual async Task <string> ObjectToQueryStringAsync <T>(IObjectToQueryString <T> converter, ActionApiDescriptionModel actionApiDescription, ParameterApiDescriptionModel parameterApiDescription, T value) { return(await converter.ConvertAsync(actionApiDescription, parameterApiDescription, value)); }