diff --git a/CrestApi/CrestApi.h b/CrestApi/CrestApi.h
index 301ca8ab102393e158ff28c48f369dc79f72504f..7399dd01bd0349159575ecf88f5684a65c31b8ac 100644
--- a/CrestApi/CrestApi.h
+++ b/CrestApi/CrestApi.h
@@ -101,18 +101,6 @@ namespace Crest
  */
         nlohmann::json getMgmtInfo();
 
-/**
- * This method returns the full CrestApi version.
- * @return CrestApi library version.
- */
-        std::string getClientVersion();
-
-/**
- * This method returns the full CREST Server version.
- * @return CREST server version.
- */
-        std::string getCrestVersion();
-
 /**
  * This is an auxiliary method to extract a major version number from 
  * full version string.
@@ -480,6 +468,19 @@ namespace Crest
  * @return payload meta info as PayloadDto.
  */
         PayloadDto getPayloadMeta(const std::string &hash) override;
+
+/**
+ * This method returns the full CrestApi version.
+ * @return CrestApi library version.
+ */
+        std::string getClientVersion();
+
+/**
+ * This method returns the full CREST Server version.
+ * @return CREST server version.
+ */
+        std::string getCrestVersion();
+      
     };
 
 } // namespace Crest