/// <summary>
 /// Ink Reco root.
 /// </summary>
 /// <param name="responseContent"></param>
 /// <returns></returns>
 public static RecognitionRoot InkRecognitionRoot(string responseContent)
 {
     return(InkRecognitionResponse.Parse(responseContent));
 }