pub type SharedOutput = Arc<Mutex<dyn Write + Send>>;
pub struct SharedOutput { /* private fields */ }