public IActionResult AddHomie(int clinkerId, int homieId) { var clinker = _repository.AddHomies(clinkerId, homieId); return(Ok(clinker)); }