diff --git a/src/Microsoft.SqlTools.ServiceLayer/Hosting/Contracts/VersionRequest.cs b/src/Microsoft.SqlTools.ServiceLayer/Hosting/Contracts/VersionRequest.cs
index 96a1808c..ed7ab358 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Hosting/Contracts/VersionRequest.cs
+++ b/src/Microsoft.SqlTools.ServiceLayer/Hosting/Contracts/VersionRequest.cs
@@ -7,10 +7,14 @@ using Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts;
namespace Microsoft.SqlTools.ServiceLayer.Hosting.Contracts
{
+ ///
+ /// Defines a message that is sent from the client to request
+ /// the version of the server.
+ ///
public class VersionRequest
{
public static readonly
- RequestType Type =
- RequestType.Create("version");
+ RequestType