public async Task <IActionResult> GetColor(int id) { var color = await _repo.GetItemAsync(id); return(Ok(color)); }