public Response(Session_IdGetRequest request)
 {
     System.Console.WriteLine(request.Json);
     Value = Server.Model.Sessions.GetSessionById(request.SessionId);
 }
 public Response(Session_IdGetRequest request)
 {
     System.Console.WriteLine(request.Json);
     Value = Server.Model.Sessions.GetSessionById(request.SessionId);
 }