public async Task <IHttpActionResult> GetStatusList() { try { return(Ok((await _service.GetAppointmentStatusList()))); } catch (Exception) { throw; } }