Configuration for accessing Amazon CreateHsm service
Inheritance: CreateHsmResult
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            CreateHsmResponse response = new CreateHsmResponse();

            context.Read();
            int targetDepth = context.CurrentDepth;
            while (context.ReadAtDepth(targetDepth))
            {
                if (context.TestExpression("HsmArn", targetDepth))
                {
                    var unmarshaller = StringUnmarshaller.Instance;
                    response.HsmArn = unmarshaller.Unmarshall(context);
                    continue;
                }
            }

            return response;
        }