public async Task <ValueCollection> List([FromQuery] ValueQuery query) { return(await repo.List(query)); }