public async Task <IActionResult> GetAllByContact([FromRoute] Guid contactId) { return(Ok(await _contactInfoService.GetAllByContactAsync(contactId))); }