public async Task <OperationDataResult <SegmentModel> > Read(int id) { return(await _segmentService.Read(id)); }