public static string AppointmentScheduleSucess()
        {
            AppointmentErrorView appointmentErrorView = new AppointmentErrorView(driver);

            return(appointmentErrorView.successCatcher());
        }
        public static string AppointmentScheduleError()
        {
            AppointmentErrorView appointmentErrorView = new AppointmentErrorView(driver);

            return(appointmentErrorView.errorCatcher());
        }