private final List<LayerDescription> layerDescriptions=new ArrayList<LayerDescription>();
@SuppressWarnings({ "unchecked", "rawtypes" })
public static DescribeLayerModel run(final DescribeLayerRequest request) throws ServiceException {
return new DescribeLayerModel(request);
}