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