public async Task <IActionResult> GetBySecondaryId(Guid id)
 {
     return(Ok(await _repository.GetBySecondaryId(id)));
 }