protected virtual TObject createInstance(Resource resource, int classId) { throw new NotImplementedException(); }
public Listener(Resource resource, EventHandler<EventArgs> handler) { _resource = resource; _handler = handler; }