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