public async Task <IActionResult> Get([FromQuery] BrowseSensors query) { return(Collection(await _sensorService.BrowseAsync(query))); }