static function decrypt($message)
 {
     $json = json_decode(SendPress_Data::urlsafeB64Decode(trim($message)));
     //SendPress_Error::log(print_r($json,true));
     return $json;
 }
 static function decrypt($message)
 {
     return json_decode(SendPress_Data::urlsafeB64Decode($message));
 }