static function GetIo() { if (self::$io == null) { self::$io = CBXVirtualIo::GetInstance(); } return self::$io; }