public async Task <IActionResult> Get([FromRoute] Guid id) { return(Ok(await _service.FindFirstByIdAsync(id))); }