public bool SetWaitListStatus() { if (Convert.ToBoolean(_configManager.GetAppSettingsValue("WaitlistEnabled"))) { return(true); } return(false); }