Response Unmarshaller for CreateTable operation
Inheritance: JsonResponseUnmarshaller
 public static CreateTableResponseUnmarshaller GetInstance()
 {
   if (instance == null)
   {
     instance = new CreateTableResponseUnmarshaller();
   }
   return instance;
 }
 public static CreateTableResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new CreateTableResponseUnmarshaller();
     }
     return(instance);
 }