@Override
@Before
public void setUp() throws Exception {
ServerConfiguration conf = new ServerConfiguration();
tm = new StubTopicManager(conf);
handler = new MyBaseHandler(tm, conf);
request = PubSubRequest.getDefaultInstance();
channel = new WriteRecordingChannel();
}