public static function CreatePost($post_id) {
        
        Debug::LogEvent(__METHOD__ . "(" . $post_id . ")"); 
        
        $key = sprintf("railpage:forums.post=%d", $post_id);