pub trait INamedPort: IServerObject { fn get_port_name() -> &'static str; fn get_max_sesssions() -> i32; }