public function writeStdout($txt)
 {
     Sys::stdout()->writeString($txt);
 }