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

            context.Read();

            response.RefreshTrustedAdvisorCheckResult = RefreshTrustedAdvisorCheckResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }