private GenericNodeConnector client;
private MessageSession messageSession;
public KnowledgeBuilderProviderRemoteClient(GenericNodeConnector client) {
//this.nodeConnection = nodeConnection;
this.messageSession = new MessageSession();
this.client = client;
}