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