public async Task <ActionResult <SegmentResponse> > GetSegmentById(int id) { var rs = await _SegmentService.GetSegmentByID(id); return(Ok(rs)); }