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

            context.Read();

            response.DescribeTrustedAdvisorCheckRefreshStatusesResult = DescribeTrustedAdvisorCheckRefreshStatusesResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }