public async Task <ActionResult <IEnumerable <SetupDto> > > GetSetups()
 {
     return(Ok(await _setupRepository.GetSetupsAsync()));
 }