public static DeletePublicKeyResponse Unmarshall(UnmarshallerContext context)
        {
            DeletePublicKeyResponse deletePublicKeyResponse = new DeletePublicKeyResponse();

            deletePublicKeyResponse.HttpResponse = context.HttpResponse;
            deletePublicKeyResponse.RequestId    = context.StringValue("DeletePublicKey.RequestId");

            return(deletePublicKeyResponse);
        }
        /// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            DeletePublicKeyResponse response = new DeletePublicKeyResponse();

            return(response);
        }