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