1 2 3 4 5 6
pub struct SessionInitializationCommand { // pub protocol: usize, // pub client: String, pub username: String, // pub password: String, }