public async Task CompleteRecord(string nodeId)
 {
     await _alfrescoHttpClient.CompleteRecord(nodeId);
 }