public RequestHandler(Listener TcpL, RequestContext RC) { this.TcpL = TcpL; this.RC = RC; UH = new UserHandler(ref TcpL.ma); }