public async Task <OperationResult> Create([FromBody] AppointmentModel createModel) { return(await _appointmentsService.Create(createModel)); }