override fun getLong(key: String?, defValue: Long): Long = selectSP(key).getLong(key, defValue)