public static Client FromStream(Stream stream) { var p = new Protocol.Protocol(stream); return(new Client(p)); }