public static function delete($appointmentId)
 {
     self::validateId($appointmentId);
     return AppointmentFetcher::delete($appointmentId);
 }