public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            ShutdownGatewayResponse response = new ShutdownGatewayResponse();

            context.Read();
            response.ShutdownGatewayResult = ShutdownGatewayResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }