public HttpResponseMessage SampleSession()
        {
            var speechlet = new SampleSessionSpeechlet();

            return(speechlet.GetResponse(Request));
        }
 public HttpResponseMessage SampleSession() {
     var speechlet = new SampleSessionSpeechlet();
     return speechlet.GetResponse(Request);
 }