public ActionResult GetByCountry([FromQuery] string country) { return(new OkObjectResult(_personBusiness.FindByCountry(country))); }