public IActionResult GetByColor(string color) { return(Ok(_personsService.GetPersonsByColor(color))); }