public async Task <ActionResult> GetMapsByPlayerCount(int playerCount) { var result = await mapsService.FindGalleryMaps(playerCount); return(Ok(result)); }