*/
void applyOperations(List<OperationRequest> operations, ReadableWaveletData wavelet,
HashedVersion hashedVersion, RobotAccountData account) {
// The robots we support should be sending us their version in their first
// operation
ProtocolVersion protocolVersion = OperationUtil.getProtocolVersion(operations);
OperationContextImpl context = new OperationContextImpl(waveletProvider,
converterManager.getEventDataConverter(protocolVersion), conversationUtil,
new RobotWaveletData(wavelet, hashedVersion));