/// <inheritdoc /> public async Task <CollectionsModel> ListCollectionsAsync() { var endpointUrl = _urlBuilder.BuildCollectionsUrl(); return(await _actionInvoker.InvokeReadOnlyMethodAsync <CollectionsModel>(endpointUrl, HttpMethod.Get)); }