Implement the NetconfAccess class

Change-Id: Idd63318364edd424e9c477f26db3c6d032721e8a
diff --git a/src/utils.cpp b/src/utils.cpp
index b6df7e8..cd1cf4b 100644
--- a/src/utils.cpp
+++ b/src/utils.cpp
@@ -103,7 +103,7 @@
 
     std::string operator()(const identityRef_& data) const
     {
-        return data.m_value;
+        return data.m_prefix.value().m_name + ":" + data.m_value;
     }
 
     std::string operator()(const std::string& data) const