pub trait IMitmServerObject: ISessionObject { fn new(info: MitmProcessInfo) -> Self where Self: Sized; }