AuthorizationInfo authorizationResponse = AuthorizationInfo
.newBuilder().setResult(ResultCode.OK).build();
getFrameSender().sendFrame(FrameInfo.Type.AUTHORIZATION,
authorizationResponse.toByteString());
// Register frame dispatchers
getFrameReceiver().registerDispatcher(Type.FETCH_REQUEST, this);
getFrameReceiver().registerDispatcher(Type.REGISTRATION, this);
getFrameReceiver().registerDispatcher(Type.HEALTH_CHECK, this);